From 727418c8e61177330ae8f08292763d47f7a12ecb Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 14 Jun 2024 08:37:13 +0200 Subject: [PATCH] feat: lists, visualblocks and custom toolbar in TinyMCE editor --- adapters/secondary/gateways/web/templates/postEdit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adapters/secondary/gateways/web/templates/postEdit.html b/adapters/secondary/gateways/web/templates/postEdit.html index 5b53ae1..daf6029 100644 --- a/adapters/secondary/gateways/web/templates/postEdit.html +++ b/adapters/secondary/gateways/web/templates/postEdit.html @@ -39,7 +39,8 @@ tinymce.init({ selector: '#postBody', promotion: false, - plugins: 'image', + plugins: 'image lists visualblocks', + toolbar: 'undo redo | formatselect | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent | removeformat | image', width: '100%', height: '100%', setup: function (editor) {