[yoga-4] add new field: article

This commit is contained in:
Schneider Roland
2025-05-20 07:46:17 +02:00
parent 2d4487263d
commit 56dda3233a
4 changed files with 20 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"info": {
"singularName": "yoga-single-service",
"pluralName": "yoga-single-services",
"displayName": "YogaSingleService"
"displayName": "YogaSingleService",
"description": ""
},
"options": {
"draftAndPublish": true
@@ -40,14 +41,15 @@
"type": "string"
},
"image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false,
"pluginOptions": {
"i18n": {
"localized": true
@@ -69,6 +71,9 @@
}
},
"type": "string"
},
"article": {
"type": "richtext"
}
}
}