From ebbcc7fe1ec141c51b8fe839bcfe5191e481fb12 Mon Sep 17 00:00:00 2001 From: Patrick Janser Date: Thu, 1 May 2025 17:19:18 +0200 Subject: [PATCH] Update integration.md Correct the CKEditor integration: JQuery selector was wrong, so added a class like in the other examples and made the id look more unique, for clarity. --- docs/integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integration.md b/docs/integration.md index d5912f52..1ff08214 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -5,7 +5,7 @@ Check `vendor/unisharp/laravel-filemanager/src/views/demo.blade.php`, which alre ### Option 1: CKEditor ```html - + ```