Setting email editor issue solved.

This commit is contained in:
Cüneyt Şentürk
2019-11-22 15:16:57 +03:00
parent 9b86b70c91
commit 346c208e63
6 changed files with 13691 additions and 11 deletions

View File

@ -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',
]);