1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

Flextype Admin Panel: field editor changed to html #186

This commit is contained in:
Awilum
2019-08-17 00:04:43 +03:00
parent a8ed777dca
commit 79148ac5bc

View File

@@ -622,7 +622,7 @@ class EntriesController extends Controller
$form_element = Form::hidden($element, $form_value);
break;
// A WYSIWYG HTML field.
case 'editor':
case 'html':
$property['attributes']['class'] .= ' js-html-editor';
$form_element = Form::textarea($element, $form_value, $property['attributes']);
break;