Skip to content
Snippets Groups Projects

ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...

Merged Lily Yan requested to merge feature/ISTWCMS-6095-l26yan-Update-to-maxlength-2.1.1 into 1.0.x
1 file
+ 17
2
Compare changes
  • Side-by-side
  • Inline
@@ -198,6 +198,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_ct_contact_contact_for:
type: string_textfield
weight: 14
@@ -209,6 +210,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_ct_contact_email:
type: email_default
weight: 10
@@ -287,7 +289,11 @@ content:
settings:
placeholder_url: ''
placeholder_title: ''
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
field_uw_ct_contact_link_profile:
type: link_default
weight: 16
@@ -295,7 +301,11 @@ content:
settings:
placeholder_url: ''
placeholder_title: ''
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
field_uw_ct_contact_location:
type: string_textfield
weight: 13
@@ -307,6 +317,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_ct_contact_method:
type: options_select
weight: 13
@@ -331,6 +342,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_ct_contact_title:
type: string_textfield
weight: 9
@@ -342,6 +354,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_ct_contact_watiam_id:
type: string_textfield
weight: 0
@@ -353,6 +366,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_hero_image:
type: media_library_widget
weight: 24
@@ -492,6 +506,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
uid:
type: entity_reference_autocomplete
weight: 19
Loading