Skip to content
Snippets Groups Projects
Commit a3e151e2 authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-5769 Update maxlength settings under...

ISTWCMS-5769 Update maxlength settings under admin/structure/types/manage/uw_ct_service/form-display and re-create feature
parent 03c697a7
No related branches found
No related tags found
3 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!26ISTWCMS-5769 Update maxlength settings under...,!25ISTWCMS-5779 Click update button under...
...@@ -27,9 +27,11 @@ dependencies: ...@@ -27,9 +27,11 @@ dependencies:
- node.type.uw_ct_service - node.type.uw_ct_service
module: module:
- address - address
- allowed_formats
- field_group - field_group
- geofield_map - geofield_map
- link - link
- maxlength
- media_library - media_library
- metatag - metatag
- office_hours_exceptions - office_hours_exceptions
...@@ -151,7 +153,6 @@ content: ...@@ -151,7 +153,6 @@ content:
maxlength_js: 160 maxlength_js: 160
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>' maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false maxlength_js_enforce: false
maxlength_js_truncate_html: false
field_uw_meta_image: field_uw_meta_image:
type: media_library_widget type: media_library_widget
weight: 37 weight: 37
...@@ -165,6 +166,7 @@ content: ...@@ -165,6 +166,7 @@ content:
region: content region: content
settings: settings:
sidebar: false sidebar: false
use_details: true
third_party_settings: { } third_party_settings: { }
field_uw_service_audience: field_uw_service_audience:
type: term_reference_tree type: term_reference_tree
...@@ -211,7 +213,14 @@ content: ...@@ -211,7 +213,14 @@ content:
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } 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'
field_uw_service_hours: field_uw_service_hours:
type: office_hours_exception type: office_hours_exception
weight: 6 weight: 6
...@@ -225,7 +234,10 @@ content: ...@@ -225,7 +234,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>'
field_uw_service_length: field_uw_service_length:
type: string_textfield type: string_textfield
weight: 31 weight: 31
...@@ -233,7 +245,10 @@ content: ...@@ -233,7 +245,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>'
field_uw_service_location: field_uw_service_location:
type: address_default type: address_default
weight: 16 weight: 16
...@@ -299,7 +314,10 @@ content: ...@@ -299,7 +314,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>'
field_uw_service_owner: field_uw_service_owner:
type: link_default type: link_default
weight: 34 weight: 34
...@@ -322,7 +340,14 @@ content: ...@@ -322,7 +340,14 @@ content:
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } 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'
field_uw_service_status: field_uw_service_status:
type: options_select type: options_select
weight: 2 weight: 2
...@@ -336,7 +361,14 @@ content: ...@@ -336,7 +361,14 @@ content:
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } 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'
field_uw_service_support: field_uw_service_support:
type: text_textarea type: text_textarea
weight: 33 weight: 33
...@@ -344,7 +376,14 @@ content: ...@@ -344,7 +376,14 @@ content:
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } 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: 11 weight: 11
...@@ -385,14 +424,14 @@ content: ...@@ -385,14 +424,14 @@ content:
third_party_settings: { } third_party_settings: { }
scheduler_settings: scheduler_settings:
weight: 20 weight: 20
region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content
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
weight: 19 weight: 19
...@@ -414,7 +453,10 @@ content: ...@@ -414,7 +453,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>'
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 12 weight: 12
......
...@@ -30,6 +30,7 @@ dependencies: ...@@ -30,6 +30,7 @@ dependencies:
- 'geofield:geofield' - 'geofield:geofield'
- 'geofield_map:geofield_map' - 'geofield_map:geofield_map'
- 'layout_builder_restrictions:layout_builder_restrictions' - 'layout_builder_restrictions:layout_builder_restrictions'
- 'maxlength:maxlength'
- 'metatag:metatag' - 'metatag:metatag'
- 'node_revision_delete:node_revision_delete' - 'node_revision_delete:node_revision_delete'
- 'office_hours:office_hours' - 'office_hours:office_hours'
......
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