Add the podcast episode content type
This commit is contained in:
parent
b25b2b5e33
commit
d9f038ffca
22 changed files with 635 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
uuid: da2b4a0c-5fc1-4003-9a41-e6e598e3e2bf
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.podcast_episode
|
||||
id: node.podcast_episode.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: podcast_episode
|
||||
label: 'Promoted to front page'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
Loading…
Add table
Add a link
Reference in a new issue