Add field_topic to podcast episodes
This commit is contained in:
parent
172eae44c4
commit
52278c3a53
5 changed files with 69 additions and 11 deletions
21
config/sync/field.storage.node.field_topic.yml
Normal file
21
config/sync/field.storage.node.field_topic.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 18e19702-1f24-4ddd-94b6-ce2cbb01cf40
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_topic
|
||||
field_name: field_topic
|
||||
entity_type: node
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: 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