From 96a88691757864ae01153e92a22aa631c2e1e4dd Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Mon, 19 Sep 2022 13:20:21 -0400 Subject: [PATCH] ISTWCMS-5769 Update maxlength settings under admin/structure/taxonomy/manage/uw_vocab_audience/overview/form-display and re-create feature --- ...axonomy_term.uw_vocab_audience.default.yml | 26 ++++++++++++++----- uw_cfg_common.info.yml | 3 +++ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml b/config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml index 5c0cfa8..bc51994 100644 --- a/config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml +++ b/config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml @@ -4,6 +4,8 @@ dependencies: config: - taxonomy.vocabulary.uw_vocab_audience module: + - allowed_formats + - maxlength - text id: taxonomy_term.uw_vocab_audience.default targetEntityType: taxonomy_term @@ -15,9 +17,16 @@ content: weight: 1 region: content settings: - placeholder: '' rows: 5 - third_party_settings: { } + placeholder: '' + third_party_settings: + maxlength: + maxlength_js: null + maxlength_js_label: 'Content limited to @limit characters, remaining: @remaining' + maxlength_js_enforce: false + allowed_formats: + hide_help: '0' + hide_guidelines: '0' langcode: type: language_select weight: 2 @@ -32,7 +41,10 @@ content: settings: size: 60 placeholder: '' - third_party_settings: { } + third_party_settings: + maxlength: + maxlength_js: null + maxlength_js_label: 'Content limited to @limit characters, remaining: @remaining' publish_on: type: datetime_timestamp_no_default weight: 30 @@ -41,21 +53,21 @@ content: third_party_settings: { } simple_sitemap: weight: 10 + region: content settings: { } third_party_settings: { } - region: content status: type: boolean_checkbox - settings: - display_label: true weight: 3 region: content + settings: + display_label: true third_party_settings: { } tvi: weight: 100 + region: content settings: { } third_party_settings: { } - region: content unpublish_on: type: datetime_timestamp_no_default weight: 30 diff --git a/uw_cfg_common.info.yml b/uw_cfg_common.info.yml index d81086c..434c806 100644 --- a/uw_cfg_common.info.yml +++ b/uw_cfg_common.info.yml @@ -4,6 +4,7 @@ package: WCMS type: module core_version_requirement: '^8.9 || ^9' dependencies: + - 'allowed_formats:allowed_formats' - 'composer_deploy:composer_deploy' - 'drupal:anchor_link' - 'drupal:better_exposed_filters' @@ -50,6 +51,8 @@ dependencies: - 'drupal:userprotect' - 'drupal:views' - 'fillpdf:fillpdf' + - 'layout_builder_ids:layout_builder_ids' + - 'maxlength:maxlength' - 'metatag:metatag_extended_perms' - 'quick_node_clone:quick_node_clone' - 'scheduler:scheduler' -- GitLab