Setting email editor issue solved.
This commit is contained in:
@ -71,6 +71,10 @@ class Form extends Provider
|
||||
'name', 'text', 'icon', 'value' => null, 'attributes' => ['rows' => '3'], 'col' => 'col-md-12', 'group_class' => null
|
||||
]);
|
||||
|
||||
Facade::component('textEditorGroup', 'partials.form.text_editor_group', [
|
||||
'name', 'text', 'icon', 'value' => null, 'attributes' => ['rows' => '3'], 'col' => 'col-md-12', 'group_class' => null
|
||||
]);
|
||||
|
||||
Facade::component('radioGroup', 'partials.form.radio_group', [
|
||||
'name', 'text', 'value' => null, 'enable' => trans('general.yes'), 'disable' => trans('general.no'), 'attributes' => [], 'col' => 'col-md-6',
|
||||
]);
|
||||
|
Reference in New Issue
Block a user