Add subtitle field
This commit is contained in:
parent
13e1182a2a
commit
3565169cd3
4 changed files with 83 additions and 25 deletions
21
config/sync/field.storage.node.field_subtitle.yml
Normal file
21
config/sync/field.storage.node.field_subtitle.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 7c4132e1-ae08-4fdf-9f21-485781e16f36
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_subtitle
|
||||
field_name: field_subtitle
|
||||
entity_type: node
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
is_ascii: false
|
||||
case_sensitive: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue