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
@@ -5,6 +5,7 @@ dependencies:
- field.field.node.uw_ct_opportunity.field_path
- field.field.node.uw_ct_opportunity.field_uw_autoplay
- field.field.node.uw_ct_opportunity.field_uw_banner
- field.field.node.uw_ct_opportunity.field_uw_blank_summary
- field.field.node.uw_ct_opportunity.field_uw_hero_image
- field.field.node.uw_ct_opportunity.field_uw_media_width
- field.field.node.uw_ct_opportunity.field_uw_meta_description
@@ -59,7 +60,7 @@ third_party_settings:
label: Dates
region: content
parent_name: ''
weight: 5
weight: 6
format_type: details
format_settings:
classes: ''
@@ -78,7 +79,7 @@ third_party_settings:
label: Opportunity
region: content
parent_name: ''
weight: 3
weight: 4
format_type: details
format_settings:
classes: ''
@@ -95,7 +96,7 @@ third_party_settings:
label: Details
region: content
parent_name: ''
weight: 4
weight: 5
format_type: details
format_settings:
classes: ''
@@ -112,7 +113,7 @@ third_party_settings:
label: Links
region: content
parent_name: ''
weight: 6
weight: 7
format_type: details
format_settings:
classes: ''
@@ -129,7 +130,7 @@ third_party_settings:
label: 'Meta tag information for social media sharing/search/etc.'
region: content
parent_name: ''
weight: 17
weight: 18
format_type: details
format_settings:
classes: ''
@@ -205,6 +206,22 @@ third_party_settings:
open: true
description: ''
required_fields: true
group_summary:
children:
- field_uw_opportunity_position
- field_uw_blank_summary
label: Summary
region: content
parent_name: ''
weight: 2
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: true
description: ''
required_fields: true
id: node.uw_ct_opportunity.default
targetEntityType: node
bundle: uw_ct_opportunity
@@ -212,7 +229,7 @@ mode: default
content:
created:
type: datetime_timestamp
weight: 9
weight: 10
region: content
settings: { }
third_party_settings: { }
@@ -241,6 +258,13 @@ content:
form_display_mode: default
default_paragraph_type: _none
third_party_settings: { }
field_uw_blank_summary:
type: boolean_checkbox
weight: 4
region: content
settings:
display_label: true
third_party_settings: { }
field_uw_hero_image:
type: media_library_widget
weight: 22
@@ -361,7 +385,7 @@ content:
third_party_settings: { }
field_uw_opportunity_position:
type: text_textarea
weight: 2
weight: 3
region: content
settings:
rows: 5
@@ -430,62 +454,62 @@ content:
third_party_settings: { }
langcode:
type: language_select
weight: 7
weight: 8
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 15
weight: 16
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 13
weight: 14
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 10
weight: 11
region: content
settings:
display_label: true
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 21
weight: 22
region: content
settings: { }
third_party_settings: { }
publish_state:
type: scheduler_moderation
weight: 22
weight: 23
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 18
weight: 19
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 11
weight: 12
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 16
weight: 17
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 12
weight: 13
region: content
settings:
display_label: true
@@ -500,7 +524,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 8
weight: 9
region: content
settings:
match_operator: CONTAINS
@@ -510,18 +534,18 @@ content:
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 20
weight: 21
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 19
weight: 20
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 14
weight: 15
region: content
settings: { }
third_party_settings: { }
Loading