Add missed titlebar field config
This commit is contained in:
parent
bbe00a5163
commit
443695d3b7
2 changed files with 41 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 5e6848cc-9b1b-40bb-b774-2c086fae0e74
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_style_titlebar
|
||||||
|
- paragraphs.paragraphs_type.title
|
||||||
|
id: paragraph.title.field_style_titlebar
|
||||||
|
field_name: field_style_titlebar
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: title
|
||||||
|
label: Titlebar
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Titlebar
|
||||||
|
off_label: Normal
|
||||||
|
field_type: boolean
|
18
config/sync/field.storage.paragraph.field_style_titlebar.yml
Normal file
18
config/sync/field.storage.paragraph.field_style_titlebar.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: be14b062-f74f-4c37-a7ad-50ab9fc656a8
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_style_titlebar
|
||||||
|
field_name: field_style_titlebar
|
||||||
|
entity_type: paragraph
|
||||||
|
type: boolean
|
||||||
|
settings: { }
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
Loading…
Reference in a new issue