Add a field for text alignment
This commit is contained in:
parent
fb3b58cf97
commit
c816e90e06
7 changed files with 82 additions and 5 deletions
|
@ -0,0 +1,23 @@
|
|||
uuid: 452b60fa-6916-4432-9b04-f9a2c8e58485
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.basic
|
||||
- field.storage.block_content.field_text_alignment
|
||||
module:
|
||||
- options
|
||||
id: block_content.basic.field_text_alignment
|
||||
field_name: field_text_alignment
|
||||
entity_type: block_content
|
||||
bundle: basic
|
||||
label: 'Text alignment'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: left
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: list_string
|
Loading…
Add table
Add a link
Reference in a new issue