Podcast Series and Episode Structure
This commit is contained in:
parent
64b19b9c55
commit
0c00d0a03f
2 changed files with 2249 additions and 10 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
"Transcript": {
|
"Transcript": {
|
||||||
"type": "richtext"
|
"type": "richtext"
|
||||||
},
|
},
|
||||||
"Audio": {
|
"Audio_MP3": {
|
||||||
"type": "media",
|
"type": "media",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"required": true,
|
"required": true,
|
||||||
|
|
@ -40,6 +40,14 @@
|
||||||
"Slug": {
|
"Slug": {
|
||||||
"type": "uid",
|
"type": "uid",
|
||||||
"targetField": "Title"
|
"targetField": "Title"
|
||||||
|
},
|
||||||
|
"Audio_OGG": {
|
||||||
|
"type": "media",
|
||||||
|
"multiple": false,
|
||||||
|
"required": false,
|
||||||
|
"allowedTypes": [
|
||||||
|
"audios"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue