File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,21 @@ This is the contents of the published config file:
21
21
``` php
22
22
return [
23
23
'defaults' => [
24
- 'inputClass' => '',
25
- 'divClass' => 'col-6',
24
+ 'formClass' => 'd-flex flex-column gap-8',
25
+ 'rowClass' => 'row gy-8',
26
+ 'colClass' => 'col-md',
27
+ 'divClass' => 'form-group has-validation',
28
+ 'groupClass' => 'd-flex flex-column gap-8',
29
+ 'inputClass' => 'form-control',
30
+ 'inputSelectClass' => 'form-select',
31
+ 'labelClass' => 'form-label',
32
+ 'fileInputClass' => 'form-input-file',
33
+ 'fileInputLabelClass' => 'form-label-file',
34
+ 'checkInputClass' => 'form-check-input',
35
+ 'checkLabelClass' => 'form-check-label',
36
+ 'buttonClass' => 'btn btn--primary',
37
+ 'buttonIcon' => null,
38
+ 'textareaRows' => 5,
26
39
]
27
40
];
28
41
```
Original file line number Diff line number Diff line change 2
2
3
3
return [
4
4
'defaults ' => [
5
- 'divClass ' => 'form-group has-validation ' ,
5
+ 'formClass ' => 'd-flex flex-column gap-8 ' ,
6
6
'rowClass ' => 'row gy-8 ' ,
7
- 'groupClass ' => 'd-flex flex-column gap-8 ' ,
8
7
'colClass ' => 'col-md ' ,
9
- 'formClass ' => 'd-flex flex-column gap-8 ' ,
8
+ 'divClass ' => 'form-group has-validation ' ,
9
+ 'groupClass ' => 'd-flex flex-column gap-8 ' ,
10
10
'inputClass ' => 'form-control ' ,
11
11
'inputSelectClass ' => 'form-select ' ,
12
12
'labelClass ' => 'form-label ' ,
16
16
'checkLabelClass ' => 'form-check-label ' ,
17
17
'buttonClass ' => 'btn btn--primary ' ,
18
18
'buttonIcon ' => null ,
19
- 'textareaRows ' => 5
19
+ 'textareaRows ' => 5 ,
20
20
]
21
21
];
You can’t perform that action at this time.
0 commit comments