From 2c33003d568230b2ad86d0307f2247ec926404e5 Mon Sep 17 00:00:00 2001 From: Shoshana Mayden Date: Fri, 25 Jun 2021 11:36:06 -0700 Subject: [PATCH] Closes #714 Add metatag field to all content types (#830) Co-authored-by: Chris Green Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com> --- ...ity_form_display.node.az_event.default.yml | 8 +- ...d.field.node.az_event.field_az_metatag.yml | 20 ++ ...node.az_flexible_page.field_az_metatag.yml | 20 ++ ...ld.field.node.az_news.field_az_metatag.yml | 20 ++ ...ty_form_display.node.az_person.default.yml | 21 +- ....field.node.az_person.field_az_metatag.yml | 20 ++ .../field.storage.node.field_az_metatag.yml | 18 ++ ...ity_form_display.node.az_event.default.yml | 211 +++++++++++++++ ..._display.node.az_flexible_page.default.yml | 159 ++++++++++++ ...tity_form_display.node.az_news.default.yml | 245 ++++++++++++++++++ ...ty_form_display.node.az_person.default.yml | 211 +++++++++++++++ .../metatag.metatag_defaults.node.yml | 9 + 12 files changed, 950 insertions(+), 12 deletions(-) create mode 100644 modules/custom/az_event/config/optional/field.field.node.az_event.field_az_metatag.yml create mode 100644 modules/custom/az_flexible_page/config/optional/field.field.node.az_flexible_page.field_az_metatag.yml create mode 100644 modules/custom/az_news/config/optional/field.field.node.az_news.field_az_metatag.yml create mode 100644 modules/custom/az_person/config/optional/field.field.node.az_person.field_az_metatag.yml create mode 100644 modules/custom/az_seo/config/install/field.storage.node.field_az_metatag.yml create mode 100644 modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_event.default.yml create mode 100644 modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_flexible_page.default.yml create mode 100644 modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_news.default.yml create mode 100644 modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_person.default.yml create mode 100644 modules/custom/az_seo/config/quickstart/metatag.metatag_defaults.node.yml diff --git a/modules/custom/az_event/config/install/core.entity_form_display.node.az_event.default.yml b/modules/custom/az_event/config/install/core.entity_form_display.node.az_event.default.yml index 784294b4e3..d08791b5bf 100644 --- a/modules/custom/az_event/config/install/core.entity_form_display.node.az_event.default.yml +++ b/modules/custom/az_event/config/install/core.entity_form_display.node.az_event.default.yml @@ -76,7 +76,7 @@ content: edit_mode: open add_mode: dropdown form_display_mode: default - default_paragraph_type: '_none' + default_paragraph_type: _none third_party_settings: { } region: content field_az_event_category: @@ -94,14 +94,14 @@ content: default_duration_increments: "30\n60|1 hour\n90\n120|2 hours\ncustom" third_party_settings: smart_date_recur: - modal: '1' + modal: true allowed_recur_freq_values: DAILY: DAILY WEEKLY: WEEKLY MONTHLY: MONTHLY YEARLY: YEARLY - MINUTELY: 0 - HOURLY: 0 + MINUTELY: '0' + HOURLY: '0' type: smartdate_default region: content field_az_link: diff --git a/modules/custom/az_event/config/optional/field.field.node.az_event.field_az_metatag.yml b/modules/custom/az_event/config/optional/field.field.node.az_event.field_az_metatag.yml new file mode 100644 index 0000000000..5003a86beb --- /dev/null +++ b/modules/custom/az_event/config/optional/field.field.node.az_event.field_az_metatag.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_az_metatag + - node.type.az_event + module: + - metatag +id: node.az_event.field_az_metatag +field_name: field_az_metatag +entity_type: node +bundle: az_event +label: 'Meta tags' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: metatag diff --git a/modules/custom/az_flexible_page/config/optional/field.field.node.az_flexible_page.field_az_metatag.yml b/modules/custom/az_flexible_page/config/optional/field.field.node.az_flexible_page.field_az_metatag.yml new file mode 100644 index 0000000000..f489a57fcf --- /dev/null +++ b/modules/custom/az_flexible_page/config/optional/field.field.node.az_flexible_page.field_az_metatag.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_az_metatag + - node.type.az_flexible_page + module: + - metatag +id: node.az_flexible_page.field_az_metatag +field_name: field_az_metatag +entity_type: node +bundle: az_flexible_page +label: 'Meta tags' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: metatag diff --git a/modules/custom/az_news/config/optional/field.field.node.az_news.field_az_metatag.yml b/modules/custom/az_news/config/optional/field.field.node.az_news.field_az_metatag.yml new file mode 100644 index 0000000000..e744457f5b --- /dev/null +++ b/modules/custom/az_news/config/optional/field.field.node.az_news.field_az_metatag.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_az_metatag + - node.type.az_news + module: + - metatag +id: node.az_news.field_az_metatag +field_name: field_az_metatag +entity_type: node +bundle: az_news +label: 'Meta tags' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: metatag diff --git a/modules/custom/az_person/config/install/core.entity_form_display.node.az_person.default.yml b/modules/custom/az_person/config/install/core.entity_form_display.node.az_person.default.yml index faa3f22a3b..0ae57f89f1 100644 --- a/modules/custom/az_person/config/install/core.entity_form_display.node.az_person.default.yml +++ b/modules/custom/az_person/config/install/core.entity_form_display.node.az_person.default.yml @@ -3,8 +3,8 @@ status: true dependencies: config: - field.field.node.az_person.field_az_address - - field.field.node.az_person.field_az_body - field.field.node.az_person.field_az_attachments + - field.field.node.az_person.field_az_body - field.field.node.az_person.field_az_degrees - field.field.node.az_person.field_az_email - field.field.node.az_person.field_az_fname @@ -60,6 +60,13 @@ content: third_party_settings: { } type: text_textarea region: content + field_az_attachments: + weight: 11 + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + region: content field_az_body: weight: 10 settings: @@ -68,13 +75,6 @@ content: third_party_settings: { } type: text_textarea region: content - field_az_attachments: - weight: 11 - settings: - progress_indicator: throbber - third_party_settings: { } - type: file_generic - region: content field_az_degrees: weight: 12 settings: @@ -194,4 +194,9 @@ content: match_limit: 10 region: content third_party_settings: { } + url_redirects: + weight: 50 + settings: { } + third_party_settings: { } + region: content hidden: { } diff --git a/modules/custom/az_person/config/optional/field.field.node.az_person.field_az_metatag.yml b/modules/custom/az_person/config/optional/field.field.node.az_person.field_az_metatag.yml new file mode 100644 index 0000000000..f55f111845 --- /dev/null +++ b/modules/custom/az_person/config/optional/field.field.node.az_person.field_az_metatag.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_az_metatag + - node.type.az_person + module: + - metatag +id: node.az_person.field_az_metatag +field_name: field_az_metatag +entity_type: node +bundle: az_person +label: 'Meta tags' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: metatag diff --git a/modules/custom/az_seo/config/install/field.storage.node.field_az_metatag.yml b/modules/custom/az_seo/config/install/field.storage.node.field_az_metatag.yml new file mode 100644 index 0000000000..12656ec6a8 --- /dev/null +++ b/modules/custom/az_seo/config/install/field.storage.node.field_az_metatag.yml @@ -0,0 +1,18 @@ +langcode: en +status: true +dependencies: + module: + - metatag + - node +id: node.field_az_metatag +field_name: field_az_metatag +entity_type: node +type: metatag +settings: { } +module: metatag +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_event.default.yml b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_event.default.yml new file mode 100644 index 0000000000..a8f3967d3e --- /dev/null +++ b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_event.default.yml @@ -0,0 +1,211 @@ +langcode: en +status: true +dependencies: + config: + - field.field.node.az_event.field_az_attachments + - field.field.node.az_event.field_az_body + - field.field.node.az_event.field_az_contacts + - field.field.node.az_event.field_az_event_category + - field.field.node.az_event.field_az_event_date + - field.field.node.az_event.field_az_link + - field.field.node.az_event.field_az_location + - field.field.node.az_event.field_az_metatag + - field.field.node.az_event.field_az_photos + - field.field.node.az_event.field_az_subheading + - field.field.node.az_event.field_az_summary + - node.type.az_event + module: + - field_group + - file + - link + - media_library + - metatag + - paragraphs + - path + - smart_date + - smart_date_recur + - text +third_party_settings: + field_group: + group_summary: + children: + - field_az_link + - field_az_summary + parent_name: '' + weight: 15 + format_type: details_sidebar + region: content + format_settings: + id: '' + classes: '' + description: 'For use in feeds and content listings.' + open: true + required_fields: true + weight: 0 + label: 'Summary fields' +id: node.az_event.default +targetEntityType: node +bundle: az_event +mode: default +content: + created: + type: datetime_timestamp + weight: 2 + region: content + settings: { } + third_party_settings: { } + field_az_attachments: + weight: 14 + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + region: content + field_az_body: + weight: 12 + settings: + rows: 9 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_az_contacts: + type: entity_reference_paragraphs + weight: 16 + settings: + title: Contact + title_plural: Contacts + edit_mode: open + add_mode: dropdown + form_display_mode: default + default_paragraph_type: _none + third_party_settings: { } + region: content + field_az_event_category: + weight: 9 + settings: { } + third_party_settings: { } + type: options_select + region: content + field_az_event_date: + weight: 11 + settings: + show_extra: false + modal: false + default_duration: 60 + default_duration_increments: |- + 30 + 60|1 hour + 90 + 120|2 hours + custom + hide_date: true + third_party_settings: + smart_date_recur: + modal: true + allowed_recur_freq_values: + DAILY: DAILY + WEEKLY: WEEKLY + MONTHLY: MONTHLY + YEARLY: YEARLY + MINUTELY: '0' + HOURLY: '0' + type: smartdate_default + region: content + field_az_link: + weight: 27 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_az_location: + weight: 13 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_az_metatag: + type: metatag_firehose + weight: 17 + region: content + settings: + sidebar: true + third_party_settings: { } + field_az_photos: + type: media_library_widget + weight: 10 + settings: + media_types: { } + third_party_settings: { } + region: content + field_az_subheading: + weight: 8 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: text_textfield + region: content + field_az_summary: + weight: 28 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + path: + type: path + weight: 5 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 3 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 7 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 4 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 1 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + match_limit: 10 + region: content + third_party_settings: { } + url_redirects: + weight: 6 + region: content + settings: { } + third_party_settings: { } +hidden: { } diff --git a/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_flexible_page.default.yml b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_flexible_page.default.yml new file mode 100644 index 0000000000..984236926d --- /dev/null +++ b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_flexible_page.default.yml @@ -0,0 +1,159 @@ +langcode: en +status: true +dependencies: + config: + - field.field.node.az_flexible_page.field_az_main_content + - field.field.node.az_flexible_page.field_az_media_image + - field.field.node.az_flexible_page.field_az_metatag + - field.field.node.az_flexible_page.field_az_page_category + - field.field.node.az_flexible_page.field_az_summary + - node.type.az_flexible_page + module: + - field_group + - media_library + - metatag + - paragraphs + - path + - text +third_party_settings: + field_group: + group_summary_fields: + children: + - field_az_media_image + - field_az_summary + parent_name: '' + weight: 2 + format_type: details_sidebar + region: content + format_settings: + id: '' + classes: '' + description: 'These fields appear in display modes other that the full page view mode.' + open: false + required_fields: true + weight: 0 + label: 'Summary fields' + group_categorization: + children: + - field_az_page_category + parent_name: '' + weight: 3 + format_type: details_sidebar + region: content + format_settings: + id: '' + classes: '' + description: 'Select the categories you would like this flexible page to appear in throughout the site. You can add categories as needed.' + open: false + required_fields: true + weight: 0 + label: Categorization +id: node.az_flexible_page.default +targetEntityType: node +bundle: az_flexible_page +mode: default +content: + created: + type: datetime_timestamp + weight: 5 + region: content + settings: { } + third_party_settings: { } + field_az_main_content: + type: paragraphs + weight: 1 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: closed + closed_mode: preview + autocollapse: all + closed_mode_threshold: 0 + add_mode: button + form_display_mode: default + default_paragraph_type: _none + features: + add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate + third_party_settings: { } + region: content + field_az_media_image: + weight: 9 + settings: + media_types: { } + third_party_settings: { } + type: media_library_widget + region: content + field_az_metatag: + type: metatag_firehose + weight: 11 + region: content + settings: + sidebar: true + third_party_settings: { } + field_az_page_category: + weight: 11 + settings: { } + third_party_settings: { } + type: options_select + region: content + field_az_summary: + weight: 10 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + path: + type: path + weight: 8 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 6 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 10 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 7 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 4 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + match_limit: 10 + region: content + third_party_settings: { } + url_redirects: + weight: 9 + region: content + settings: { } + third_party_settings: { } +hidden: { } diff --git a/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_news.default.yml b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_news.default.yml new file mode 100644 index 0000000000..979d7dd672 --- /dev/null +++ b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_news.default.yml @@ -0,0 +1,245 @@ +langcode: en +status: true +dependencies: + config: + - field.field.node.az_news.field_az_attachments + - field.field.node.az_news.field_az_body + - field.field.node.az_news.field_az_byline + - field.field.node.az_news.field_az_caption + - field.field.node.az_news.field_az_contacts + - field.field.node.az_news.field_az_expiration_date + - field.field.node.az_news.field_az_main_content + - field.field.node.az_news.field_az_media_image + - field.field.node.az_news.field_az_metatag + - field.field.node.az_news.field_az_news_tags + - field.field.node.az_news.field_az_published + - field.field.node.az_news.field_az_short_title + - field.field.node.az_news.field_az_subheading + - field.field.node.az_news.field_az_summary + - node.type.az_news + module: + - datetime + - field_group + - file + - media_library + - metatag + - paragraphs + - path + - text +third_party_settings: + field_group: + group_summary: + children: + - field_az_short_title + - field_az_summary + - field_az_expiration_date + parent_name: '' + weight: 10 + format_type: details_sidebar + region: content + format_settings: + id: '' + classes: 'group-summary field-group-tab' + direction: vertical + open: false + required_fields: true + weight: 0 + label: 'Summary fields' + group_az_extra_fields: + children: + - field_az_attachments + parent_name: '' + weight: 11 + format_type: details_sidebar + region: content + format_settings: + id: '' + classes: '' + description: '' + open: false + required_fields: true + weight: 0 + label: 'Extra Fields' +id: node.az_news.default +targetEntityType: node +bundle: az_news +mode: default +content: + created: + type: datetime_timestamp + weight: 13 + region: content + settings: { } + third_party_settings: { } + field_az_attachments: + weight: 14 + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + region: content + field_az_body: + weight: 6 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_az_byline: + weight: 2 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_az_caption: + weight: 5 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_az_contacts: + weight: 9 + settings: + title: Contact + title_plural: Contacts + edit_mode: open + add_mode: dropdown + form_display_mode: default + default_paragraph_type: _none + third_party_settings: { } + type: entity_reference_paragraphs + region: content + field_az_expiration_date: + weight: 14 + settings: + date_order: YMD + time_type: '12' + increment: 30 + third_party_settings: { } + type: datetime_datelist + region: content + field_az_main_content: + type: paragraphs + weight: 7 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: closed + closed_mode: preview + autocollapse: all + closed_mode_threshold: 0 + add_mode: button + form_display_mode: default + default_paragraph_type: _none + features: + add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate + third_party_settings: { } + region: content + field_az_media_image: + weight: 4 + settings: + media_types: { } + third_party_settings: { } + type: media_library_widget + region: content + field_az_metatag: + type: metatag_firehose + weight: 19 + region: content + settings: + sidebar: true + third_party_settings: { } + field_az_news_tags: + weight: 8 + settings: { } + third_party_settings: { } + type: options_select + region: content + field_az_published: + weight: 1 + settings: { } + third_party_settings: { } + type: datetime_default + region: content + field_az_short_title: + type: string_textfield + weight: 12 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + field_az_subheading: + weight: 3 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: text_textfield + region: content + field_az_summary: + weight: 13 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + path: + type: path + weight: 16 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 14 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 18 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 15 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 12 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + match_limit: 10 + region: content + third_party_settings: { } + url_redirects: + weight: 17 + region: content + settings: { } + third_party_settings: { } +hidden: { } diff --git a/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_person.default.yml b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_person.default.yml new file mode 100644 index 0000000000..991dae0718 --- /dev/null +++ b/modules/custom/az_seo/config/quickstart/core.entity_form_display.node.az_person.default.yml @@ -0,0 +1,211 @@ +langcode: en +status: true +dependencies: + config: + - field.field.node.az_person.field_az_address + - field.field.node.az_person.field_az_attachments + - field.field.node.az_person.field_az_body + - field.field.node.az_person.field_az_degrees + - field.field.node.az_person.field_az_email + - field.field.node.az_person.field_az_fname + - field.field.node.az_person.field_az_links + - field.field.node.az_person.field_az_lname + - field.field.node.az_person.field_az_media_image + - field.field.node.az_person.field_az_metatag + - field.field.node.az_person.field_az_person_category + - field.field.node.az_person.field_az_person_category_sec + - field.field.node.az_person.field_az_phones + - field.field.node.az_person.field_az_titles + - node.type.az_person + module: + - field_group + - file + - link + - media_library + - metatag + - path + - telephone + - text +third_party_settings: + field_group: + group_az_category: + children: + - field_az_person_category + - field_az_person_category_sec + parent_name: '' + weight: 4 + format_type: details + region: content + format_settings: + description: '' + open: true + id: '' + classes: '' + required_fields: false + label: Categories +id: node.az_person.default +targetEntityType: node +bundle: az_person +mode: default +content: + created: + type: datetime_timestamp + weight: 18 + region: content + settings: { } + third_party_settings: { } + field_az_address: + weight: 8 + settings: + rows: 9 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_az_attachments: + weight: 11 + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + region: content + field_az_body: + weight: 10 + settings: + rows: 9 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_az_degrees: + weight: 12 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_az_email: + weight: 6 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: email_default + region: content + field_az_fname: + weight: 1 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_az_links: + weight: 9 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_az_lname: + weight: 2 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_az_media_image: + type: media_library_widget + weight: 3 + settings: + media_types: { } + third_party_settings: { } + region: content + field_az_metatag: + weight: 51 + settings: + sidebar: true + third_party_settings: { } + type: metatag_firehose + region: content + field_az_person_category: + weight: 1 + settings: { } + third_party_settings: { } + type: options_buttons + region: content + field_az_person_category_sec: + weight: 2 + settings: { } + third_party_settings: { } + type: options_buttons + region: content + field_az_phones: + weight: 7 + settings: + placeholder: '' + third_party_settings: { } + type: telephone_default + region: content + field_az_titles: + weight: 5 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + path: + type: path + weight: 16 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 14 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 13 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 15 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 17 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + match_limit: 10 + region: content + third_party_settings: { } + url_redirects: + weight: 50 + settings: { } + third_party_settings: { } + region: content +hidden: { } diff --git a/modules/custom/az_seo/config/quickstart/metatag.metatag_defaults.node.yml b/modules/custom/az_seo/config/quickstart/metatag.metatag_defaults.node.yml new file mode 100644 index 0000000000..6dc4f6c9a2 --- /dev/null +++ b/modules/custom/az_seo/config/quickstart/metatag.metatag_defaults.node.yml @@ -0,0 +1,9 @@ +langcode: en +status: true +dependencies: { } +id: node +label: Content +tags: + description: '[node:field_az_summary]' + canonical_url: '[node:url]' + title: '[node:title] | [site:name]'