From dc46018aa227257bf0247ffc99ad2887a76de0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 13:42:50 -0400 Subject: [PATCH 1/3] Disable tags fields on all content types --- ...tity_form_display.node.article.default.yml | 32 +++++++------------ ....entity_form_display.node.blog.default.yml | 30 +++++++---------- ...y_form_display.node.collection.default.yml | 28 ++++++---------- 3 files changed, 33 insertions(+), 57 deletions(-) diff --git a/config/sync/core.entity_form_display.node.article.default.yml b/config/sync/core.entity_form_display.node.article.default.yml index 3abef42..3c4673e 100644 --- a/config/sync/core.entity_form_display.node.article.default.yml +++ b/config/sync/core.entity_form_display.node.article.default.yml @@ -37,13 +37,13 @@ mode: default content: comment: type: comment_default - weight: 13 + weight: 12 settings: { } third_party_settings: { } region: content created: type: datetime_timestamp - weight: 10 + weight: 9 settings: { } third_party_settings: { } region: content @@ -85,13 +85,13 @@ content: third_party_settings: { } region: content field_meta_tags: - weight: 15 + weight: 14 settings: { } third_party_settings: { } type: metatag_firehose region: content field_publication_date: - weight: 25 + weight: 18 settings: { } third_party_settings: { } type: datetime_default @@ -112,15 +112,6 @@ content: third_party_settings: { } type: text_textarea region: content - field_tags: - type: entity_reference_autocomplete_tags - weight: 8 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - third_party_settings: { } - region: content field_topics: weight: 7 settings: @@ -131,7 +122,7 @@ content: type: cshs region: content field_upload: - weight: 18 + weight: 17 settings: progress_indicator: throbber third_party_settings: { } @@ -139,7 +130,7 @@ content: region: content path: type: path - weight: 14 + weight: 13 settings: { } third_party_settings: { } region: content @@ -147,21 +138,21 @@ content: type: boolean_checkbox settings: display_label: true - weight: 11 + weight: 10 third_party_settings: { } region: content status: type: boolean_checkbox settings: display_label: true - weight: 16 + weight: 15 region: content third_party_settings: { } sticky: type: boolean_checkbox settings: display_label: true - weight: 12 + weight: 11 third_party_settings: { } region: content title: @@ -174,7 +165,7 @@ content: region: content uid: type: entity_reference_autocomplete - weight: 9 + weight: 8 settings: match_operator: CONTAINS size: 60 @@ -182,9 +173,10 @@ content: third_party_settings: { } region: content url_redirects: - weight: 17 + weight: 16 region: content settings: { } third_party_settings: { } hidden: body: true + field_tags: true diff --git a/config/sync/core.entity_form_display.node.blog.default.yml b/config/sync/core.entity_form_display.node.blog.default.yml index 5b3150c..b37b7c6 100644 --- a/config/sync/core.entity_form_display.node.blog.default.yml +++ b/config/sync/core.entity_form_display.node.blog.default.yml @@ -32,14 +32,14 @@ bundle: blog mode: default content: comment: - weight: 12 + weight: 11 settings: { } third_party_settings: { } type: comment_default region: content created: type: datetime_timestamp - weight: 8 + weight: 7 settings: { } third_party_settings: { } region: content @@ -75,7 +75,7 @@ content: type: image_focal_point region: content field_meta_tags: - weight: 13 + weight: 12 settings: { } third_party_settings: { } type: metatag_firehose @@ -88,15 +88,6 @@ content: third_party_settings: { } type: text_textarea region: content - field_tags: - weight: 6 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - third_party_settings: { } - type: entity_reference_autocomplete_tags - region: content field_topics: weight: 5 settings: @@ -107,7 +98,7 @@ content: type: cshs region: content field_upload: - weight: 51 + weight: 15 settings: progress_indicator: throbber third_party_settings: { } @@ -115,7 +106,7 @@ content: region: content path: type: path - weight: 11 + weight: 10 settings: { } third_party_settings: { } region: content @@ -123,21 +114,21 @@ content: type: boolean_checkbox settings: display_label: true - weight: 9 + weight: 8 third_party_settings: { } region: content status: type: boolean_checkbox settings: display_label: true - weight: 14 + weight: 13 region: content third_party_settings: { } sticky: type: boolean_checkbox settings: display_label: true - weight: 10 + weight: 9 third_party_settings: { } region: content title: @@ -150,7 +141,7 @@ content: region: content uid: type: entity_reference_autocomplete - weight: 7 + weight: 6 settings: match_operator: CONTAINS size: 60 @@ -158,9 +149,10 @@ content: third_party_settings: { } region: content url_redirects: - weight: 50 + weight: 14 region: content settings: { } third_party_settings: { } hidden: body: true + field_tags: true diff --git a/config/sync/core.entity_form_display.node.collection.default.yml b/config/sync/core.entity_form_display.node.collection.default.yml index c7fb5c1..c83e2f5 100644 --- a/config/sync/core.entity_form_display.node.collection.default.yml +++ b/config/sync/core.entity_form_display.node.collection.default.yml @@ -32,14 +32,14 @@ bundle: collection mode: default content: comment: - weight: 16 + weight: 15 settings: { } third_party_settings: { } type: comment_default region: content created: type: datetime_timestamp - weight: 12 + weight: 11 region: content settings: { } third_party_settings: { } @@ -79,7 +79,7 @@ content: type: image_image region: content field_meta_tags: - weight: 9 + weight: 8 settings: { } third_party_settings: { } type: metatag_firehose @@ -92,15 +92,6 @@ content: third_party_settings: { } type: text_textarea region: content - field_tags: - weight: 7 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - third_party_settings: { } - type: entity_reference_autocomplete - region: content field_topics: weight: 6 settings: @@ -112,7 +103,7 @@ content: region: content path: type: path - weight: 10 + weight: 9 region: content settings: { } third_party_settings: { } @@ -120,21 +111,21 @@ content: type: boolean_checkbox settings: display_label: true - weight: 14 + weight: 13 region: content third_party_settings: { } status: type: boolean_checkbox settings: display_label: true - weight: 15 + weight: 14 region: content third_party_settings: { } sticky: type: boolean_checkbox settings: display_label: true - weight: 13 + weight: 12 region: content third_party_settings: { } title: @@ -147,7 +138,7 @@ content: third_party_settings: { } uid: type: entity_reference_autocomplete - weight: 8 + weight: 7 settings: match_operator: CONTAINS size: 60 @@ -155,10 +146,11 @@ content: region: content third_party_settings: { } url_redirects: - weight: 11 + weight: 10 region: content settings: { } third_party_settings: { } hidden: body: true field_collection_items: true + field_tags: true From acfca5b1ba5591882f8d9213a52ed88164c54b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 13:43:07 -0400 Subject: [PATCH 2/3] Add underline instead of strikethrough to editor config --- config/sync/editor.editor.full_html.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml index 5c54a5d..ee03b8c 100644 --- a/config/sync/editor.editor.full_html.yml +++ b/config/sync/editor.editor.full_html.yml @@ -19,7 +19,7 @@ settings: items: - Bold - Italic - - Strike + - Underline - Superscript - Subscript - '-' From 7741e7dbb9b51fe6634b9eb9b17d48eae105cd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 13:43:32 -0400 Subject: [PATCH 3/3] Don't add noreferrer to outgoing links; GEO wants its friends to know where their traffic comes from --- config/sync/noreferrer.settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/noreferrer.settings.yml b/config/sync/noreferrer.settings.yml index eaf0228..a6c1b69 100644 --- a/config/sync/noreferrer.settings.yml +++ b/config/sync/noreferrer.settings.yml @@ -1,5 +1,5 @@ noopener: true -noreferrer: true +noreferrer: false publish: false subscribe_url: '' whitelisted_domains: 'agaric.coop geo.coop usworker.coop'