add startPage settings files

This commit is contained in:
2023-09-05 13:15:36 +02:00
parent 1ad22482a4
commit cc57a8b80a
5 changed files with 49 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
{
"subtitle": "this is a test",
"description": "this is a test description",
"banner": "homeBanner.jpg"
}

View File

@@ -0,0 +1,31 @@
{
"subtitle": {
"id": "subtitle",
"type": "text",
"display": "Subtitle",
"can-be-empty": false
},
"description": {
"id": "description",
"type": "textarea",
"display": "Description",
"textarea-settings": {
"resize-y": true,
"resize-x": false,
"max-length": 0,
"min-length": 100
},
"can-be-empty": false
},
"banner": {
"id": "banner",
"type": "image",
"display": "Banner",
"image-settings": {
"upload-name": "homeBanner",
"accept-filetype": "image/jpeg",
"height": 200,
"width": 350
}
}
}