Renamed the source collection to credits
This commit is contained in:
parent
da4545a0cf
commit
ce842f0baf
|
@ -34,6 +34,13 @@
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToOne",
|
"relation": "oneToOne",
|
||||||
"target": "api::glossary-item-type.glossary-item-type"
|
"target": "api::glossary-item-type.glossary-item-type"
|
||||||
|
},
|
||||||
|
"thumbnail": {
|
||||||
|
"allowedTypes": [
|
||||||
|
"images"
|
||||||
|
],
|
||||||
|
"type": "media",
|
||||||
|
"multiple": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,24 +12,27 @@
|
||||||
},
|
},
|
||||||
"pluginOptions": {},
|
"pluginOptions": {},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"content": {
|
|
||||||
"pluginOptions": {},
|
|
||||||
"type": "dynamiczone",
|
|
||||||
"components": [
|
|
||||||
"page-builder.text",
|
|
||||||
"page-builder.tabs",
|
|
||||||
"page-builder.gallery",
|
|
||||||
"page-builder.grid"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"pluginOptions": {},
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"authors": {
|
"authors": {
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToMany",
|
"relation": "oneToMany",
|
||||||
"target": "api::recorder.recorder"
|
"target": "api::recorder.recorder"
|
||||||
|
},
|
||||||
|
"slug": {
|
||||||
|
"type": "string",
|
||||||
|
"required": true,
|
||||||
|
"unique": true,
|
||||||
|
"regex": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"type": "relation",
|
||||||
|
"relation": "oneToMany",
|
||||||
|
"target": "api::category.category"
|
||||||
|
},
|
||||||
|
"translations": {
|
||||||
|
"displayName": "Posts",
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": true,
|
||||||
|
"component": "translations.posts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,6 +33,13 @@
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToOne",
|
"relation": "oneToOne",
|
||||||
"target": "api::weapon-story-type.weapon-story-type"
|
"target": "api::weapon-story-type.weapon-story-type"
|
||||||
|
},
|
||||||
|
"thumbnail": {
|
||||||
|
"allowedTypes": [
|
||||||
|
"images"
|
||||||
|
],
|
||||||
|
"type": "media",
|
||||||
|
"multiple": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,16 @@
|
||||||
{
|
{
|
||||||
"collectionName": "components_basics_sources",
|
"collectionName": "components_basics_credits",
|
||||||
"info": {
|
"info": {
|
||||||
"displayName": "Source",
|
"displayName": "Credits",
|
||||||
"icon": "book-reader",
|
"icon": "user",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"options": {},
|
"options": {},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"scanners": {
|
"source_language": {
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToMany",
|
"relation": "oneToOne",
|
||||||
"target": "api::recorder.recorder"
|
"target": "api::language.language"
|
||||||
},
|
|
||||||
"cleaners": {
|
|
||||||
"type": "relation",
|
|
||||||
"relation": "oneToMany",
|
|
||||||
"target": "api::recorder.recorder"
|
|
||||||
},
|
},
|
||||||
"transcribers": {
|
"transcribers": {
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
|
@ -32,23 +27,28 @@
|
||||||
"relation": "oneToMany",
|
"relation": "oneToMany",
|
||||||
"target": "api::recorder.recorder"
|
"target": "api::recorder.recorder"
|
||||||
},
|
},
|
||||||
|
"scanners": {
|
||||||
|
"type": "relation",
|
||||||
|
"relation": "oneToMany",
|
||||||
|
"target": "api::recorder.recorder"
|
||||||
|
},
|
||||||
|
"cleaners": {
|
||||||
|
"type": "relation",
|
||||||
|
"relation": "oneToMany",
|
||||||
|
"target": "api::recorder.recorder"
|
||||||
|
},
|
||||||
"typesetters": {
|
"typesetters": {
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToMany",
|
"relation": "oneToMany",
|
||||||
"target": "api::recorder.recorder"
|
"target": "api::recorder.recorder"
|
||||||
},
|
},
|
||||||
"source_language": {
|
"subbers": {
|
||||||
"type": "relation",
|
|
||||||
"relation": "oneToOne",
|
|
||||||
"target": "api::language.language"
|
|
||||||
},
|
|
||||||
"footnotes": {
|
|
||||||
"type": "text"
|
|
||||||
},
|
|
||||||
"Subbers": {
|
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToMany",
|
"relation": "oneToMany",
|
||||||
"target": "api::recorder.recorder"
|
"target": "api::recorder.recorder"
|
||||||
|
},
|
||||||
|
"footnotes": {
|
||||||
|
"type": "text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -16,10 +16,10 @@
|
||||||
"note": {
|
"note": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"source": {
|
"credits": {
|
||||||
"type": "component",
|
"type": "component",
|
||||||
"repeatable": false,
|
"repeatable": false,
|
||||||
"component": "basics.source",
|
"component": "basics.credits",
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,12 +20,6 @@
|
||||||
"files"
|
"files"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"source": {
|
|
||||||
"type": "component",
|
|
||||||
"repeatable": false,
|
|
||||||
"component": "basics.source",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"status": {
|
"status": {
|
||||||
"type": "enumeration",
|
"type": "enumeration",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
@ -36,6 +30,12 @@
|
||||||
],
|
],
|
||||||
"default": "Incomplete",
|
"default": "Incomplete",
|
||||||
"required": true
|
"required": true
|
||||||
|
},
|
||||||
|
"credits": {
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": false,
|
||||||
|
"component": "basics.credits",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"collectionName": "components_translations_posts",
|
||||||
|
"info": {
|
||||||
|
"displayName": "Posts",
|
||||||
|
"icon": "icons"
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"attributes": {
|
||||||
|
"Status": {
|
||||||
|
"type": "enumeration",
|
||||||
|
"enum": [
|
||||||
|
"Incomplete",
|
||||||
|
"Draft",
|
||||||
|
"Review",
|
||||||
|
"Done"
|
||||||
|
],
|
||||||
|
"default": "Incomplete",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"type": "string",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"excerpt": {
|
||||||
|
"type": "text",
|
||||||
|
"maxLength": 150
|
||||||
|
},
|
||||||
|
"thumbnail": {
|
||||||
|
"allowedTypes": [
|
||||||
|
"images"
|
||||||
|
],
|
||||||
|
"type": "media",
|
||||||
|
"multiple": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -20,13 +20,6 @@
|
||||||
"images"
|
"images"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"source": {
|
|
||||||
"displayName": "Source",
|
|
||||||
"type": "component",
|
|
||||||
"repeatable": false,
|
|
||||||
"component": "basics.source",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"status": {
|
"status": {
|
||||||
"type": "enumeration",
|
"type": "enumeration",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
@ -37,6 +30,12 @@
|
||||||
],
|
],
|
||||||
"default": "Incomplete",
|
"default": "Incomplete",
|
||||||
"required": true
|
"required": true
|
||||||
|
},
|
||||||
|
"credits": {
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": false,
|
||||||
|
"component": "basics.credits",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,12 +10,6 @@
|
||||||
"text": {
|
"text": {
|
||||||
"type": "richtext"
|
"type": "richtext"
|
||||||
},
|
},
|
||||||
"source": {
|
|
||||||
"type": "component",
|
|
||||||
"repeatable": false,
|
|
||||||
"component": "basics.source",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"language": {
|
"language": {
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToOne",
|
"relation": "oneToOne",
|
||||||
|
@ -31,6 +25,12 @@
|
||||||
],
|
],
|
||||||
"default": "Incomplete",
|
"default": "Incomplete",
|
||||||
"required": true
|
"required": true
|
||||||
|
},
|
||||||
|
"credits": {
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": false,
|
||||||
|
"component": "basics.credits",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,12 +19,6 @@
|
||||||
"video_embed": {
|
"video_embed": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"source": {
|
|
||||||
"type": "component",
|
|
||||||
"repeatable": false,
|
|
||||||
"component": "basics.source",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"subfile": {
|
"subfile": {
|
||||||
"type": "media",
|
"type": "media",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
|
@ -43,6 +37,12 @@
|
||||||
],
|
],
|
||||||
"required": true,
|
"required": true,
|
||||||
"default": "Incomplete"
|
"default": "Incomplete"
|
||||||
|
},
|
||||||
|
"credits": {
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": false,
|
||||||
|
"component": "basics.credits",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue