Commit 0c24ae62 authored by Tobias Munk's avatar Tobias Munk Committed by GitHub

Merge pull request #173 from mixartemev/patch-1

default layout name fix in form.php
parents 44fac6ce 6f869b21
......@@ -39,7 +39,7 @@ echo $form->field($generator, 'indexWidgetType')->dropDownList(
echo $form->field($generator, 'formLayout')->dropDownList(
[
/* Form Types */
'vertical' => 'vertical',
'default' => 'full-width',
'horizontal' => 'horizontal',
'inline' => 'inline',
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment