Skip to content

Commit

Permalink
Issue #65: Change form display settings for (content row: column layo…
Browse files Browse the repository at this point in the history
…ut).
  • Loading branch information
msnassar committed Sep 5, 2019
1 parent ef5842e commit 76d5a08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ targetEntityType: paragraph
bundle: oe_content_row
mode: default
content:
field_oe_content_row_layout:
weight: 1
settings: { }
third_party_settings: { }
type: options_select
region: content
field_oe_paragraphs:
weight: 0
settings:
Expand All @@ -40,6 +34,7 @@ content:
region: content
hidden:
created: true
field_oe_content_row_layout: true
field_oe_title: true
status: true
translation: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ status: true
dependencies:
config:
- core.entity_form_mode.paragraph.inpage_navigation
- field.field.paragraph.oe_content_row.field_oe_content_row_layout
- field.field.paragraph.oe_content_row.field_oe_paragraphs
- field.field.paragraph.oe_content_row.field_oe_title
- paragraphs.paragraphs_type.oe_content_row
Expand Down Expand Up @@ -42,6 +43,7 @@ content:
third_party_settings: { }
hidden:
created: true
field_oe_content_row_layout: true
status: true
translation: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ entity_type: paragraph
type: list_string
settings:
allowed_values: { }
allowed_values_function: '_oe_paragraphs_allowed_values_content_row_column_layout'
allowed_values_function: _oe_paragraphs_allowed_values_content_row_column_layout
module: options
locked: false
cardinality: 1
Expand Down

0 comments on commit 76d5a08

Please sign in to comment.