Add a boolean field for busting out of the flow
This commit is contained in:
parent
034c4e185f
commit
81310df79f
4 changed files with 77 additions and 1 deletions
|
@ -0,0 +1,23 @@
|
|||
uuid: 3bc88415-1587-43d8-9a11-d70504be46e0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_style_escape_flow
|
||||
- paragraphs.paragraphs_type.view
|
||||
id: paragraph.view.field_style_escape_flow
|
||||
field_name: field_style_escape_flow
|
||||
entity_type: paragraph
|
||||
bundle: view
|
||||
label: 'Expand beyond content to sides'
|
||||
description: 'Bust out of content flow to be able to expand left and right.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'Bust out'
|
||||
off_label: 'Stay in lane'
|
||||
field_type: boolean
|
Loading…
Add table
Add a link
Reference in a new issue