Add style classes as option to text paragraphs
Adding one is what triggers all the craziness, busting out like ... a hero.
This commit is contained in:
parent
12a78b1d04
commit
edd56f1801
4 changed files with 34 additions and 1 deletions
|
@ -3,6 +3,7 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.text.field_style_classes
|
||||
- field.field.paragraph.text.field_text
|
||||
- paragraphs.paragraphs_type.text
|
||||
module:
|
||||
|
@ -14,6 +15,12 @@ targetEntityType: paragraph
|
|||
bundle: text
|
||||
mode: default
|
||||
content:
|
||||
field_style_classes:
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_text:
|
||||
weight: 0
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue