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

ISTWCMS-5769 Update maxlength settings under...

ISTWCMS-5769 Update maxlength settings under admin/structure/taxonomy/manage/uw_vocab_service_categories/overview/form-display and re-create feature
parent a3e151e2
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...
......@@ -5,6 +5,8 @@ dependencies:
- field.field.taxonomy_term.uw_vocab_service_categories.field_uw_service_category_icon
- taxonomy.vocabulary.uw_vocab_service_categories
module:
- allowed_formats
- maxlength
- media_library
- path
- text
......@@ -18,16 +20,23 @@ content:
weight: 1
region: content
settings:
placeholder: ''
rows: 5
third_party_settings: { }
placeholder: ''
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_category_icon:
type: media_library_widget
weight: 2
region: content
settings:
media_types: { }
third_party_settings: { }
region: content
langcode:
type: language_select
weight: 3
......@@ -42,7 +51,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>'
path:
type: path
weight: 4
......@@ -57,10 +69,10 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 5
region: content
settings:
display_label: true
third_party_settings: { }
tvi:
weight: 6
......
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