basic configurations
This commit is contained in:
@@ -17,6 +17,20 @@
|
||||
"validations": "required",
|
||||
"searchable": true
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"dbType": "string",
|
||||
"htmlType": "text",
|
||||
"validations": "required",
|
||||
"searchable": true
|
||||
},
|
||||
{
|
||||
"name": "enabled",
|
||||
"dbType": "boolean",
|
||||
"htmlType": "checkbox",
|
||||
"validations": "",
|
||||
"searchable": false
|
||||
},
|
||||
{
|
||||
"name": "created_at",
|
||||
"dbType": "timestamp",
|
||||
|
||||
Reference in New Issue
Block a user