mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
31 lines
712 B
JSON
31 lines
712 B
JSON
{
|
|
"subtitle": {
|
|
"id": "subtitle",
|
|
"type": "text",
|
|
"display": "Subtitle",
|
|
"can-be-empty": false
|
|
},
|
|
"description": {
|
|
"id": "description",
|
|
"type": "textarea",
|
|
"display": "Description",
|
|
"textarea-settings": {
|
|
"cols": 50,
|
|
"rows": 5,
|
|
"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
|
|
}
|
|
}
|
|
} |