From a1a3c9cf43af568f75b7ed20207241c5d7f7097e Mon Sep 17 00:00:00 2001 From: Jacques Bodin-Hullin Date: Thu, 18 Feb 2021 19:48:57 +0100 Subject: [PATCH] Add an action in the WYSIWYG to insert a
--- src/Resources/views/Admin/app.html.twig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Resources/views/Admin/app.html.twig b/src/Resources/views/Admin/app.html.twig index e1695b05..12d54a72 100644 --- a/src/Resources/views/Admin/app.html.twig +++ b/src/Resources/views/Admin/app.html.twig @@ -113,7 +113,13 @@ title: 'Heading 3', result: () => wysiwyg.exec('formatBlock', '

') }, - 'link' + 'link', + { + name: 'hr', + icon: '', + title: 'Horizontal rule', + result: () => wysiwyg.exec('insertHorizontalRule') + }, ] });