Skip to content
Snippets Groups Projects
Commit 03667d85 authored by Chris Shantz's avatar Chris Shantz
Browse files

Merge branch '1.0.x' into prod/1.0.x

parents 30f2e171 fafb14b1
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ dependencies:
- field.field.node.uw_ct_news_item.layout_builder__layout
- node.type.uw_ct_news_item
module:
- allowed_formats
- autocomplete_deluxe
- datetime
- field_group
......@@ -118,7 +119,6 @@ content:
maxlength_js: 160
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
maxlength_js_truncate_html: false
field_uw_meta_image:
type: media_library_widget
weight: 0
......@@ -132,6 +132,7 @@ content:
region: content
settings:
sidebar: false
use_details: true
third_party_settings: { }
field_uw_news_date:
type: datetime_default
......@@ -153,7 +154,14 @@ content:
settings:
rows: 5
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
allowed_formats:
hide_help: '0'
hide_guidelines: '0'
field_uw_news_tags:
type: autocomplete_deluxe
weight: 16
......@@ -217,14 +225,14 @@ content:
third_party_settings: { }
scheduler_settings:
weight: 20
region: content
settings: { }
third_party_settings: { }
region: content
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 8
......
......@@ -4,6 +4,8 @@ dependencies:
config:
- taxonomy.vocabulary.uw_vocab_news_tags
module:
- allowed_formats
- maxlength
- text
id: taxonomy_term.uw_vocab_news_tags.default
targetEntityType: taxonomy_term
......@@ -15,9 +17,16 @@ 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'
langcode:
type: language_select
weight: 2
......@@ -32,7 +41,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>'
publish_on:
type: datetime_timestamp_no_default
weight: 30
......@@ -41,10 +53,10 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 4
region: content
settings:
display_label: true
third_party_settings: { }
translation:
weight: 3
......@@ -53,9 +65,9 @@ content:
third_party_settings: { }
tvi:
weight: 100
region: content
settings: { }
third_party_settings: { }
region: content
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
......
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