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

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

parents 535190c1 9d19b911
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ dependencies:
- field.field.node.uw_ct_profile.field_uw_meta_description
- field.field.node.uw_ct_profile.field_uw_meta_image
- field.field.node.uw_ct_profile.field_uw_meta_tags
- field.field.node.uw_ct_profile.field_uw_page_title_big_text
- field.field.node.uw_ct_profile.field_uw_profile_summary
- field.field.node.uw_ct_profile.field_uw_slide_speed
- field.field.node.uw_ct_profile.field_uw_text_overlay_style
......@@ -76,13 +77,12 @@ third_party_settings:
id: ''
open: true
description: ''
required_fields: true
required_fields: false
group_banner_settings:
children:
- field_uw_slide_speed
- field_uw_transition_speed
- field_uw_autoplay
- field_uw_text_overlay_style
label: 'Banner settings'
region: content
parent_name: group_banner
......@@ -98,7 +98,9 @@ third_party_settings:
group_media_settings:
children:
- field_uw_type_of_media
- field_uw_text_overlay_style
- field_uw_media_width
- field_uw_page_title_big_text
label: 'Media settings'
region: content
parent_name: group_media
......@@ -110,7 +112,7 @@ third_party_settings:
id: ''
open: true
description: ''
required_fields: true
required_fields: false
group_banner:
children:
- field_uw_banner
......@@ -187,7 +189,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_ct_profile_contact:
type: entity_reference_autocomplete
weight: 0
......@@ -212,7 +218,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_ct_profile_link_contact:
type: link_default
weight: 20
......@@ -224,6 +234,7 @@ content:
maxlength:
maxlength_js: null
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_uw_ct_profile_link_persona:
type: link_default
weight: 19
......@@ -231,7 +242,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_ct_profile_sort_name:
type: string_textfield
weight: 11
......@@ -239,7 +254,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_ct_profile_title:
type: string_textfield
weight: 17
......@@ -247,7 +266,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_ct_profile_type:
type: autocomplete_deluxe
weight: 21
......@@ -274,7 +297,7 @@ content:
third_party_settings: { }
field_uw_media_width:
type: options_select
weight: 22
weight: 23
region: content
settings: { }
third_party_settings: { }
......@@ -305,6 +328,12 @@ content:
sidebar: false
use_details: true
third_party_settings: { }
field_uw_page_title_big_text:
type: options_select
weight: 24
region: content
settings: { }
third_party_settings: { }
field_uw_profile_summary:
type: text_textarea
weight: 15
......@@ -329,7 +358,7 @@ content:
third_party_settings: { }
field_uw_text_overlay_style:
type: options_select
weight: 34
weight: 22
region: content
settings: { }
third_party_settings: { }
......@@ -419,6 +448,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: 3
......
......@@ -19,6 +19,7 @@ dependencies:
- field.field.node.uw_ct_profile.field_uw_meta_description
- field.field.node.uw_ct_profile.field_uw_meta_image
- field.field.node.uw_ct_profile.field_uw_meta_tags
- field.field.node.uw_ct_profile.field_uw_page_title_big_text
- field.field.node.uw_ct_profile.field_uw_profile_summary
- field.field.node.uw_ct_profile.field_uw_slide_speed
- field.field.node.uw_ct_profile.field_uw_text_overlay_style
......@@ -227,6 +228,13 @@ content:
third_party_settings: { }
weight: 109
region: content
field_uw_page_title_big_text:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 123
region: first
field_uw_profile_summary:
type: text_default
label: above
......
......@@ -20,6 +20,7 @@ dependencies:
- field.field.node.uw_ct_profile.field_uw_meta_description
- field.field.node.uw_ct_profile.field_uw_meta_image
- field.field.node.uw_ct_profile.field_uw_meta_tags
- field.field.node.uw_ct_profile.field_uw_page_title_big_text
- field.field.node.uw_ct_profile.field_uw_profile_summary
- field.field.node.uw_ct_profile.field_uw_slide_speed
- field.field.node.uw_ct_profile.field_uw_text_overlay_style
......@@ -53,6 +54,7 @@ hidden:
field_uw_meta_description: true
field_uw_meta_image: true
field_uw_meta_tags: true
field_uw_page_title_big_text: true
field_uw_profile_summary: true
field_uw_slide_speed: true
field_uw_text_overlay_style: true
......
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_uw_page_title_big_text
- node.type.uw_ct_profile
module:
- options
id: node.uw_ct_profile.field_uw_page_title_big_text
field_name: field_uw_page_title_big_text
entity_type: node
bundle: uw_ct_profile
label: 'Use page title as big text'
description: ''
required: true
translatable: true
default_value:
-
value: '0'
default_value_callback: ''
settings: { }
field_type: list_string
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