Skip to content
Snippets Groups Projects

ISTWCMS-5954: adding jsonapi extra settings

Closed Eric Bremner requested to merge feature/ISTWCMS-5954-ebremner-api-endpoints into 1.0.x
Files
6
@@ -27,6 +27,7 @@ dependencies:
- field.field.node.uw_ct_opportunity.field_uw_opportunity_report
- field.field.node.uw_ct_opportunity.field_uw_opportunity_start_date
- field.field.node.uw_ct_opportunity.field_uw_opportunity_type
- field.field.node.uw_ct_opportunity.field_uw_page_title_big_text
- field.field.node.uw_ct_opportunity.field_uw_slide_speed
- field.field.node.uw_ct_opportunity.field_uw_text_overlay_style
- field.field.node.uw_ct_opportunity.field_uw_transition_speed
@@ -155,13 +156,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
@@ -177,7 +177,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
@@ -189,7 +191,7 @@ third_party_settings:
id: ''
open: true
description: ''
required_fields: true
required_fields: false
group_banner:
children:
- field_uw_banner
@@ -274,7 +276,7 @@ content:
third_party_settings: { }
field_uw_media_width:
type: options_select
weight: 22
weight: 23
region: content
settings: { }
third_party_settings: { }
@@ -312,7 +314,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_opportunity_contact:
type: link_default
weight: 7
@@ -320,7 +326,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_opportunity_date:
type: datetime_default
weight: 28
@@ -352,7 +362,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_opportunity_link:
type: link_default
weight: 5
@@ -360,7 +374,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_opportunity_pay_rate:
type: string_textfield
weight: 4
@@ -405,7 +423,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_opportunity_report:
type: string_textfield
weight: 5
@@ -413,7 +435,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_opportunity_start_date:
type: datetime_default
weight: 30
@@ -426,6 +452,12 @@ content:
region: content
settings: { }
third_party_settings: { }
field_uw_page_title_big_text:
type: options_select
weight: 24
region: content
settings: { }
third_party_settings: { }
field_uw_slide_speed:
type: number
weight: 32
@@ -435,7 +467,7 @@ content:
third_party_settings: { }
field_uw_text_overlay_style:
type: options_select
weight: 35
weight: 22
region: content
settings: { }
third_party_settings: { }
Loading