basic configurations

This commit is contained in:
Nabeel Shahzad
2017-06-08 14:16:50 -05:00
parent 28d3f4fec3
commit 1e049fa8a9
8 changed files with 35 additions and 200 deletions

View File

@@ -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",