Last templates. Should cover everything. [skip ci]

This commit is contained in:
James Cole
2015-05-02 19:19:47 +02:00
parent 8e31d0491d
commit efe6f59f79
16 changed files with 820 additions and 3 deletions

View File

@@ -167,12 +167,13 @@ class ConfigServiceProvider extends ServiceProvider
'Config',
'ExpandedForm' => [
'is_safe' => [
'date', 'text', 'select', 'balance', 'optionsList', 'checkbox', 'amount', 'tags', 'integer'
'date', 'text', 'select', 'balance', 'optionsList', 'checkbox', 'amount', 'tags', 'integer', 'textarea', 'location',
'multiRadio'
]
],
'Form' => [
'is_safe' => [
'input', 'select', 'checkbox', 'model', 'open'
'input', 'select', 'checkbox', 'model', 'open','radio','textarea'
]
],
],