Added subtitle and pretitle to content
This commit is contained in:
parent
1b2422bd9b
commit
d9eedc05b8
|
@ -59,11 +59,12 @@
|
|||
"component": "sets.audio-set"
|
||||
},
|
||||
"thumbnail": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": false,
|
||||
"allowedTypes": [
|
||||
"images"
|
||||
],
|
||||
"type": "media",
|
||||
"multiple": false
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"collectionName": "components_translations_titles",
|
||||
"info": {
|
||||
"displayName": "title",
|
||||
"icon": "feather"
|
||||
"icon": "feather",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
|
@ -14,6 +15,12 @@
|
|||
"title": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"subtitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"pre_title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue