Enable multiparagraph flow
This commit is contained in:
parent
09217e1231
commit
b3d3a05310
9 changed files with 208 additions and 0 deletions
32
config/field.storage.paragraph.field_grid_width.yml
Normal file
32
config/field.storage.paragraph.field_grid_width.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
uuid: 281295e0-5b05-44bc-a3bd-c12fcef970ab
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- options
|
||||
- paragraphs
|
||||
_core:
|
||||
default_config_hash: W2rjPZuwzy7PsWFVEfEYU_HZFSHIQlrqLtKLJ6WATPs
|
||||
id: paragraph.field_grid_width
|
||||
field_name: field_grid_width
|
||||
entity_type: paragraph
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: grid-halves
|
||||
label: Halves
|
||||
-
|
||||
value: grid-thirds
|
||||
label: Thirds
|
||||
-
|
||||
value: grid-quarters
|
||||
label: Quarters
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue