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:
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>'
maxlength_js_enforce: false
field_uw_service_category:
type: term_reference_tree
weight: 4
......@@ -315,7 +319,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_service_cost:
type: text_textarea
weight: 32
......@@ -348,6 +356,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_service_length:
type: string_textfield
weight: 31
......@@ -359,6 +368,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_service_location:
type: address_default
weight: 16
......@@ -417,6 +427,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_service_notice:
type: string_textfield
weight: 30
......@@ -428,6 +439,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_service_owner:
type: link_default
weight: 34
......@@ -435,7 +447,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_service_popularity:
type: number
weight: 26
......@@ -593,6 +609,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: 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