Add a boolean field for busting out of the flow

This commit is contained in:
benjamin melançon 2018-11-19 21:20:30 -05:00
parent 034c4e185f
commit 81310df79f
4 changed files with 77 additions and 1 deletions

View file

@ -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