mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Can edit as well.
This commit is contained in:
@@ -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'
|
||||
]
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user