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 5c0cfa8ec54f3687e01eeea64fbff8e04762669b..bc51994da9ebc6767f3478664ff428a239b57673 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 d81086c08f18df03b1e29d58efc51d1a2234d33f..434c8061097753cdc6db3bd99969508ec54005fb 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'