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:
- node.type.uw_ct_service
module:
- address
- allowed_formats
- field_group
- geofield_map
- link
- maxlength
- media_library
- metatag
- office_hours_exceptions
......@@ -151,7 +153,6 @@ content:
maxlength_js: 160
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
maxlength_js_truncate_html: false
field_uw_meta_image:
type: media_library_widget
weight: 37
......@@ -165,6 +166,7 @@ content:
region: content
settings:
sidebar: false
use_details: true
third_party_settings: { }
field_uw_service_audience:
type: term_reference_tree
......@@ -211,7 +213,14 @@ content:
settings:
rows: 5
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:
type: office_hours_exception
weight: 6
......@@ -225,7 +234,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: <strong>@remaining</strong>'
field_uw_service_length:
type: string_textfield
weight: 31
......@@ -233,7 +245,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: <strong>@remaining</strong>'
field_uw_service_location:
type: address_default
weight: 16
......@@ -299,7 +314,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: <strong>@remaining</strong>'
field_uw_service_owner:
type: link_default
weight: 34
......@@ -322,7 +340,14 @@ content:
settings:
rows: 5
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:
type: options_select
weight: 2
......@@ -336,7 +361,14 @@ content:
settings:
rows: 5
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:
type: text_textarea
weight: 33
......@@ -344,7 +376,14 @@ content:
settings:
rows: 5
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:
type: language_select
weight: 11
......@@ -385,14 +424,14 @@ content:
third_party_settings: { }
scheduler_settings:
weight: 20
region: content
settings: { }
third_party_settings: { }
region: content
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 19
......@@ -414,7 +453,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: <strong>@remaining</strong>'
uid:
type: entity_reference_autocomplete
weight: 12
......
......@@ -30,6 +30,7 @@ dependencies:
- 'geofield:geofield'
- 'geofield_map:geofield_map'
- 'layout_builder_restrictions:layout_builder_restrictions'
- 'maxlength:maxlength'
- 'metatag:metatag'
- 'node_revision_delete:node_revision_delete'
- '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