Skip to content

Commit

Permalink
CMI export - Field group settings required for tiles edit form.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhitmore committed Feb 16, 2018
1 parent fa4663f commit e5f73da
Showing 1 changed file with 50 additions and 4 deletions.
54 changes: 50 additions & 4 deletions config/sync/core.entity_form_display.node.tile.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,54 @@ dependencies:
- field.field.node.tile.field_tile_paragraph
- node.type.tile
module:
- field_group
- paragraphs
- path
third_party_settings:
field_group:
group_content_tile:
children:
- group_main_content_tile
- group_tiles_tile
parent_name: ''
weight: 0
format_type: tabs
format_settings:
id: ''
classes: ''
direction: vertical
label: Content
region: content
group_main_content_tile:
children:
- title
- field_standfirst
- field_list_text
parent_name: group_content_tile
weight: 2
format_type: tab
format_settings:
id: ''
classes: ''
formatter: closed
description: ''
required_fields: true
label: 'Main Content'
region: content
group_tiles_tile:
children:
- field_tile_paragraph
parent_name: group_content_tile
weight: 3
format_type: tab
format_settings:
id: ''
classes: ''
formatter: closed
description: ''
required_fields: true
label: Tiles
region: content
id: node.tile.default
targetEntityType: node
bundle: tile
Expand All @@ -22,15 +68,15 @@ content:
third_party_settings: { }
region: content
field_list_text:
weight: 1
weight: 3
settings:
rows: 5
placeholder: ''
third_party_settings: { }
type: string_textarea
region: content
field_standfirst:
weight: 7
weight: 2
settings:
rows: 5
placeholder: ''
Expand Down Expand Up @@ -66,7 +112,7 @@ content:
type: boolean_checkbox
settings:
display_label: true
weight: 121
weight: 9
third_party_settings: { }
region: content
sticky:
Expand All @@ -78,7 +124,7 @@ content:
region: content
title:
type: string_textfield
weight: 0
weight: 1
settings:
size: 60
placeholder: ''
Expand Down

0 comments on commit e5f73da

Please sign in to comment.