Skip to content
Snippets Groups Projects
Commit 4e24d62e authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4103: adding maxlength to metatag description

parent 381ee9fb
No related branches found
No related tags found
1 merge request!2ISTWCMS-4103: adding fields for metatags
......@@ -227,7 +227,12 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings: { }
third_party_settings:
maxlength:
maxlength_js: 160
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
maxlength_js_truncate_html: false
type: string_textarea
region: content
field_uw_meta_image:
......
......@@ -19,6 +19,7 @@ dependencies:
- layout_discovery
- leaflet
- link
- maxlength
- media
- media_library
- menu_ui
......
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