From 20f615365b5fa4ce90471c006128b31e629711fb Mon Sep 17 00:00:00 2001 From: F4ilji Date: Fri, 17 Apr 2026 12:38:39 +0500 Subject: [PATCH] changes --- resources/js/Pages/Client/Posts/Show.vue | 6 +++++- .../Components/ContentBuilder/blocks/ParagraphBlock.vue | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/js/Pages/Client/Posts/Show.vue b/resources/js/Pages/Client/Posts/Show.vue index 5902df7..693166f 100755 --- a/resources/js/Pages/Client/Posts/Show.vue +++ b/resources/js/Pages/Client/Posts/Show.vue @@ -112,7 +112,11 @@ export default {
- +
diff --git a/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue b/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue index b09d9c7..140b42f 100644 --- a/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue +++ b/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue @@ -90,6 +90,9 @@ export default { 'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount', 'autoresize' ], + invalid_styles: 'all', + paste_remove_styles_if_webkit: true, + paste_merge_formats: true, toolbar: 'undo redo | blocks | ' + 'bold italic forecolor link | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' +