Skip to content
Snippets Groups Projects
Commit f0385dce authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch...

Merge branch 'feature/ISTWCMS-5769-l26yan-Recreate-feature-after-update-maxlength-settings' into '1.0.x'

ISTWCMS-5769 Update maxlength settings under...

See merge request !272
parents 9f274346 96a88691
No related branches found
No related tags found
1 merge request!272ISTWCMS-5769 Update maxlength settings under...
...@@ -4,6 +4,8 @@ dependencies: ...@@ -4,6 +4,8 @@ dependencies:
config: config:
- taxonomy.vocabulary.uw_vocab_audience - taxonomy.vocabulary.uw_vocab_audience
module: module:
- allowed_formats
- maxlength
- text - text
id: taxonomy_term.uw_vocab_audience.default id: taxonomy_term.uw_vocab_audience.default
targetEntityType: taxonomy_term targetEntityType: taxonomy_term
...@@ -15,9 +17,16 @@ content: ...@@ -15,9 +17,16 @@ content:
weight: 1 weight: 1
region: content region: content
settings: settings:
placeholder: ''
rows: 5 rows: 5
third_party_settings: { } placeholder: ''
third_party_settings:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
allowed_formats:
hide_help: '0'
hide_guidelines: '0'
langcode: langcode:
type: language_select type: language_select
weight: 2 weight: 2
...@@ -32,7 +41,10 @@ content: ...@@ -32,7 +41,10 @@ content:
settings: settings:
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
publish_on: publish_on:
type: datetime_timestamp_no_default type: datetime_timestamp_no_default
weight: 30 weight: 30
...@@ -41,21 +53,21 @@ content: ...@@ -41,21 +53,21 @@ content:
third_party_settings: { } third_party_settings: { }
simple_sitemap: simple_sitemap:
weight: 10 weight: 10
region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content
status: status:
type: boolean_checkbox type: boolean_checkbox
settings:
display_label: true
weight: 3 weight: 3
region: content region: content
settings:
display_label: true
third_party_settings: { } third_party_settings: { }
tvi: tvi:
weight: 100 weight: 100
region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content
unpublish_on: unpublish_on:
type: datetime_timestamp_no_default type: datetime_timestamp_no_default
weight: 30 weight: 30
......
...@@ -4,6 +4,7 @@ package: WCMS ...@@ -4,6 +4,7 @@ package: WCMS
type: module type: module
core_version_requirement: '^8.9 || ^9' core_version_requirement: '^8.9 || ^9'
dependencies: dependencies:
- 'allowed_formats:allowed_formats'
- 'composer_deploy:composer_deploy' - 'composer_deploy:composer_deploy'
- 'drupal:anchor_link' - 'drupal:anchor_link'
- 'drupal:better_exposed_filters' - 'drupal:better_exposed_filters'
...@@ -50,6 +51,8 @@ dependencies: ...@@ -50,6 +51,8 @@ dependencies:
- 'drupal:userprotect' - 'drupal:userprotect'
- 'drupal:views' - 'drupal:views'
- 'fillpdf:fillpdf' - 'fillpdf:fillpdf'
- 'layout_builder_ids:layout_builder_ids'
- 'maxlength:maxlength'
- 'metatag:metatag_extended_perms' - 'metatag:metatag_extended_perms'
- 'quick_node_clone:quick_node_clone' - 'quick_node_clone:quick_node_clone'
- 'scheduler:scheduler' - 'scheduler:scheduler'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment