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