From 4bde0b10d0d3a233542d3bd133f1669f8f2ed296 Mon Sep 17 00:00:00 2001 From: F4ilji Date: Thu, 9 Apr 2026 13:35:02 +0500 Subject: [PATCH] changes --- .../Components/ContentBuilder/blocks/ParagraphBlock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue b/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue index 550da2e..72034d8 100644 --- a/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue +++ b/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue @@ -103,7 +103,7 @@ export default { 'autoresize' ], toolbar: 'undo redo | blocks | ' + - 'bold italic forecolor | alignleft aligncenter ' + + 'bold italic forecolor link | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' + 'removeformat | help | fullscreen', content_style: 'body { font-family: Inter, -apple-system, sans-serif; font-size: 14px; }',