Add the podcast episode content type
This commit is contained in:
parent
b25b2b5e33
commit
d9f038ffca
22 changed files with 635 additions and 0 deletions
20
config/sync/field.storage.node.field_episode_recording.yml
Normal file
20
config/sync/field.storage.node.field_episode_recording.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 2324084f-bde7-4d43-b06f-8c38ccad15c1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
- node
|
||||
id: node.field_episode_recording
|
||||
field_name: field_episode_recording
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: media
|
||||
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