[yoga-11] add common type and add logo

This commit is contained in:
Roland Schneider
2025-06-08 21:12:59 +02:00
parent ca60a9a2f4
commit 3bbd9dcbf6
4 changed files with 17 additions and 5 deletions

View File

@@ -4,21 +4,27 @@
"info": {
"singularName": "yoga-common",
"pluralName": "yoga-commons",
"displayName": "YogaCommon"
"displayName": "YogaCommon",
"description": ""
},
"options": {
"draftAndPublish": true
},
"attributes": {
"logoImage": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
]
},
"name": {
"type": "string",
"required": true
}
}
}