From 3d0ec7b122910d77ef038c4e4e03a8cf1aef97f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 22 Dec 2018 16:47:09 -0500 Subject: [PATCH] Try configuring indieweb to auto e-content wrap node body (paragraphs) and comments and also to mark up the summary so it can be used in syndication to microstatus networks. We aren't printing the summary field on blog post full pages though so that can't possibly work, and pretty sure the paragraphs won't print a class around them (but that's just as well, we're doing the e-content class in the node--full template and getting a bit more of the other content fields. Wrapping the comment body is probably going to work though. Ref #132 --- config/sync/indieweb_microformat.settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sync/indieweb_microformat.settings.yml b/config/sync/indieweb_microformat.settings.yml index b863342..fe893f6 100644 --- a/config/sync/indieweb_microformat.settings.yml +++ b/config/sync/indieweb_microformat.settings.yml @@ -2,8 +2,8 @@ h_entry: true h_entry_comment: true h_event: event e_content: false -e_content_fields: '' -e_content_comment: false +e_content_fields: field_body_paragraphs +e_content_comment: true u_photo: false u_video: true u_audio: true @@ -11,7 +11,7 @@ post_metadata: false post_metadata_comment: true p_name_exclude_node_type: '' p_bridgy_twitter_content: false -p_summary: '' +p_summary: field_summary ds_node_support: false _core: default_config_hash: M4eTLAM6YmYdwygiLpINnQ1-O5AWqpzpcPV8B9MZDmA