Added subtitle and pretitle to content

This commit is contained in:
DrMint 2022-02-08 09:43:05 +01:00
parent 1b2422bd9b
commit d9eedc05b8
2 changed files with 12 additions and 4 deletions

View File

@ -59,11 +59,12 @@
"component": "sets.audio-set" "component": "sets.audio-set"
}, },
"thumbnail": { "thumbnail": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media",
"multiple": false
} }
} }
} }

View File

@ -2,7 +2,8 @@
"collectionName": "components_translations_titles", "collectionName": "components_translations_titles",
"info": { "info": {
"displayName": "title", "displayName": "title",
"icon": "feather" "icon": "feather",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
@ -14,6 +15,12 @@
"title": { "title": {
"type": "string", "type": "string",
"required": true "required": true
},
"subtitle": {
"type": "string"
},
"pre_title": {
"type": "string"
} }
} }
} }