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) {