Add color style field
We'll try field_style_ as the prefix standard for fields used to format the look of content, rather than being content themselves.
This commit is contained in:
parent
8455e91a9a
commit
68f9527066
4 changed files with 72 additions and 0 deletions
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.title.field_image
|
||||
- field.field.paragraph.title.field_style_color
|
||||
- field.field.paragraph.title.field_subtitle
|
||||
- field.field.paragraph.title.field_title
|
||||
- image.style.thumbnail
|
||||
|
@ -24,6 +25,12 @@ content:
|
|||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
field_style_color:
|
||||
weight: 3
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_subtitle:
|
||||
weight: 1
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue