Can edit as well.

This commit is contained in:
James Cole
2015-05-01 23:35:35 +02:00
parent 11baa968cd
commit f8e9ce0d52
4 changed files with 34 additions and 24 deletions

View File

@@ -165,12 +165,12 @@ class ConfigServiceProvider extends ServiceProvider
'Config',
'ExpandedForm' => [
'is_safe' => [
'date','text','select','balance','optionsList'
'date','text','select','balance','optionsList','checkbox'
]
],
'Form' => [
'is_safe' => [
'input','select','checkbox'
'input','select','checkbox','model'
]
],
],