Benjamin Völkl 2023-05-08 17:38:47 +02:00
parent e93160e130
commit c1406dba09
1 changed files with 81 additions and 0 deletions

81
content_types.json Normal file
View File

@ -0,0 +1,81 @@
[
{
"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,
"required": 0,
"default_value": "",
"options": [
"3.5",
"3.6"
]
},
{
"name": "Featutes",
"type": "select",
"position": 6,
"required": 0,
"default_value": "",
"options": [
"Dashboard",
"Checkout"
]
}
]
}
]