Add link button to text editor
This commit is contained in:
committed by
Frédéric Guillot
parent
7283bfaef6
commit
2bf0f99b51
@@ -218,6 +218,7 @@ class FormHelper extends Base
|
||||
'tabindex' => isset($attributes['tabindex']) ? $attributes['tabindex'] : '-1',
|
||||
'labelPreview' => t('Preview'),
|
||||
'labelWrite' => t('Write'),
|
||||
'labelTitle' => t('Title'),
|
||||
'placeholder' => t('Write your text in Markdown'),
|
||||
'autofocus' => isset($attributes['autofocus']) && $attributes['autofocus'],
|
||||
'suggestOptions' => array(
|
||||
|
||||
Reference in New Issue
Block a user