themes-getlumino/content_types.json

93 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2023-05-08 15:38:47 +00:00
[
{
"slug": "themes",
"name": "Themes",
"description": "",
"icon": "/material-design/monitor-screenshot.svg",
"status": 1,
"blade": "default",
"fields": [
{
"name": "Beschreibung",
"type": "rich-text",
"attr": {
"use-openai-api": 0,
"openai-instructions": ""
},
"position": 1,
"required": 0,
"default_value": ""
},
{
"name": "Short Description",
"type": "text",
"attr": {
"pattern": "",
"maxlength": "",
"minlength": ""
},
"position": 2,
"required": 0,
"default_value": ""
},
{
"name": "Repository",
"type": "text",
"attr": {
"pattern": "((git|ssh|http(s)?)|(git@[\\w\\.]+))(:(//)?)([\\w\\.@\\:/\\-~]+)(\\.git)(/)?",
"maxlength": "",
"minlength": ""
},
"position": 3,
"required": 0,
"default_value": ""
},
{
"name": "Availability",
"type": "select",
"position": 4,
"required": 0,
"default_value": "",
"options": [
"Private",
"Paid",
"Free"
]
},
{
"name": "Lumino Versions",
"type": "select",
"position": 5,
2023-12-23 20:37:52 +00:00
"required": 1,
"default_value": "3.7",
2023-05-08 15:38:47 +00:00
"options": [
"3.5",
2023-12-23 20:37:52 +00:00
"3.6",
"3.7"
2023-05-08 15:38:47 +00:00
]
},
{
"name": "Featutes",
"type": "select",
"position": 6,
"required": 0,
"default_value": "",
"options": [
"Dashboard",
"Checkout"
]
2023-12-23 20:37:52 +00:00
},
{
"name": "Screenshots",
"type": "image",
"description": "Screenshots of the Theme",
"attr": {
"is_multiple": 1
},
"position": 7,
"required": 0,
"default_value": ""
2023-05-08 15:38:47 +00:00
}
]
}
]