diff --git a/content_types.json b/content_types.json new file mode 100644 index 0000000..1fc7106 --- /dev/null +++ b/content_types.json @@ -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" + ] + } + ] + } +] \ No newline at end of file