Add link button to text editor

This commit is contained in:
Rafael de Camargo
2019-07-24 01:04:55 -03:00
committed by Frédéric Guillot
parent 7283bfaef6
commit 2bf0f99b51
3 changed files with 27 additions and 1 deletions

View File

@@ -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(