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

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

ISTWCMS-6095 Update maxlength settings for title, text fields and link fields of service content type
parent 1d125a2e
No related branches found
No related tags found
2 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!35ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...
...@@ -296,7 +296,11 @@ content: ...@@ -296,7 +296,11 @@ 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>'
maxlength_js_enforce: false
field_uw_service_category: field_uw_service_category:
type: term_reference_tree type: term_reference_tree
weight: 4 weight: 4
...@@ -315,7 +319,11 @@ content: ...@@ -315,7 +319,11 @@ content:
settings: settings:
placeholder_url: '' placeholder_url: ''
placeholder_title: '' 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_service_cost: field_uw_service_cost:
type: text_textarea type: text_textarea
weight: 32 weight: 32
...@@ -348,6 +356,7 @@ content: ...@@ -348,6 +356,7 @@ content:
maxlength: maxlength:
maxlength_js: null maxlength_js: null
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
field_uw_service_length: field_uw_service_length:
type: string_textfield type: string_textfield
weight: 31 weight: 31
...@@ -359,6 +368,7 @@ content: ...@@ -359,6 +368,7 @@ content:
maxlength: maxlength:
maxlength_js: null maxlength_js: null
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
field_uw_service_location: field_uw_service_location:
type: address_default type: address_default
weight: 16 weight: 16
...@@ -417,6 +427,7 @@ content: ...@@ -417,6 +427,7 @@ content:
maxlength: maxlength:
maxlength_js: null maxlength_js: null
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
field_uw_service_notice: field_uw_service_notice:
type: string_textfield type: string_textfield
weight: 30 weight: 30
...@@ -428,6 +439,7 @@ content: ...@@ -428,6 +439,7 @@ content:
maxlength: maxlength:
maxlength_js: null maxlength_js: null
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
field_uw_service_owner: field_uw_service_owner:
type: link_default type: link_default
weight: 34 weight: 34
...@@ -435,7 +447,11 @@ content: ...@@ -435,7 +447,11 @@ content:
settings: settings:
placeholder_url: '' placeholder_url: ''
placeholder_title: '' 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_service_popularity: field_uw_service_popularity:
type: number type: number
weight: 26 weight: 26
...@@ -593,6 +609,7 @@ content: ...@@ -593,6 +609,7 @@ content:
maxlength: maxlength:
maxlength_js: null maxlength_js: null
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
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 12 weight: 12
......
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