Cleanup some content model
This commit is contained in:
parent
4d818ed855
commit
a91b691629
|
@ -12,16 +12,6 @@
|
||||||
},
|
},
|
||||||
"pluginOptions": {},
|
"pluginOptions": {},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"name": {
|
|
||||||
"type": "string",
|
|
||||||
"required": true,
|
|
||||||
"unique": true
|
|
||||||
},
|
|
||||||
"short": {
|
|
||||||
"type": "string",
|
|
||||||
"required": true,
|
|
||||||
"unique": true
|
|
||||||
},
|
|
||||||
"series": {
|
"series": {
|
||||||
"type": "enumeration",
|
"type": "enumeration",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -12,14 +12,6 @@
|
||||||
},
|
},
|
||||||
"pluginOptions": {},
|
"pluginOptions": {},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"name": {
|
|
||||||
"type": "string",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"short": {
|
|
||||||
"type": "string",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"titles": {
|
"titles": {
|
||||||
"displayName": "Game Platforms Translations",
|
"displayName": "Game Platforms Translations",
|
||||||
"type": "component",
|
"type": "component",
|
||||||
|
|
|
@ -76,7 +76,8 @@
|
||||||
"type": "enumeration",
|
"type": "enumeration",
|
||||||
"enum": [
|
"enum": [
|
||||||
"YouTube",
|
"YouTube",
|
||||||
"NicoNico"
|
"NicoNico",
|
||||||
|
"Tumblr"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"live_chat": {
|
"live_chat": {
|
||||||
|
|
Loading…
Reference in New Issue