From 76ea4cfa9a5a454a3db055ad251501e9538096b2 Mon Sep 17 00:00:00 2001
From: pkliesch
Date: Tue, 8 Aug 2023 12:46:31 +0200
Subject: [PATCH 001/403] feature(bbcode-dataprocessor): Add another editor to
example app
---
app/sample/index.html | 50 +----
app/src/ckeditor.ts | 427 -------------------------------------
app/src/editors/bbCode.ts | 66 ++++++
app/src/editors/default.ts | 406 +++++++++++++++++++++++++++++++++++
app/src/index.ts | 43 ++++
app/webpack.config.js | 2 +-
6 files changed, 525 insertions(+), 469 deletions(-)
delete mode 100644 app/src/ckeditor.ts
create mode 100644 app/src/editors/bbCode.ts
create mode 100644 app/src/editors/default.ts
create mode 100644 app/src/index.ts
diff --git a/app/sample/index.html b/app/sample/index.html
index 60293c6e2f..d1468e2bc1 100644
--- a/app/sample/index.html
+++ b/app/sample/index.html
@@ -72,6 +72,13 @@ CKEditor 5: CoreMedia Plugin Showcase
+
@@ -80,46 +87,7 @@ CKEditor 5: CoreMedia Plugin Showcase
CoreMedia
-
+
+