Add dynamic form builder

This form builder still needs some improvements and names for every field.
This commit is contained in:
2020-05-05 05:25:56 +01:00
parent 27794729b9
commit 79eaa2ea54
4 changed files with 79 additions and 1 deletions

View File

@@ -355,6 +355,17 @@ return [
],
],
],
[
'name' => 'FormBuilder',
'active' => true,
'files' => [
[
'type' => 'js',
'asset' => false,
'location' => '/js/formbuilder.js'
]
]
],
[
'name' => 'Select2',
'active' => false,