Add a field for text alignment
This commit is contained in:
parent
fb3b58cf97
commit
c816e90e06
7 changed files with 82 additions and 5 deletions
|
@ -5,7 +5,9 @@ dependencies:
|
|||
config:
|
||||
- block_content.type.basic
|
||||
- field.field.block_content.basic.body
|
||||
- field.field.block_content.basic.field_text_alignment
|
||||
module:
|
||||
- options
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: hBNNDTFwakREOTa6GGMqN899Iyrii0hInwSJtQ7Kj30
|
||||
|
@ -21,4 +23,11 @@ content:
|
|||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_text_alignment:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue