From 138487bc4da09d5f1a5a902c943556282fdd8965 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 27 Oct 2023 10:37:51 +0200 Subject: [PATCH] Support basic editors from squidex. --- editors/editor-combined.html | 53 +++++++++++++ editors/editor-context.html | 49 ++++++++++++ editors/editor-dialogs.html | 77 ++++++++++++++++++ editors/editor-log.html | 137 +++++++++++++++++++++++++++++++++ editors/editor-plain.html | 73 ++++++++++++++++++ editors/editor-references.html | 82 ++++++++++++++++++++ editors/embed-sample.html | 76 ++++++++++++++++++ editors/sidebar-content.html | 45 +++++++++++ editors/sidebar-context.html | 45 +++++++++++ editors/widget-context.html | 38 +++++++++ 10 files changed, 675 insertions(+) create mode 100644 editors/editor-combined.html create mode 100644 editors/editor-context.html create mode 100644 editors/editor-dialogs.html create mode 100644 editors/editor-log.html create mode 100644 editors/editor-plain.html create mode 100644 editors/editor-references.html create mode 100644 editors/embed-sample.html create mode 100644 editors/sidebar-content.html create mode 100644 editors/sidebar-context.html create mode 100644 editors/widget-context.html diff --git a/editors/editor-combined.html b/editors/editor-combined.html new file mode 100644 index 0000000..84e6974 --- /dev/null +++ b/editors/editor-combined.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editors/editor-context.html b/editors/editor-context.html new file mode 100644 index 0000000..246992a --- /dev/null +++ b/editors/editor-context.html @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editors/editor-dialogs.html b/editors/editor-dialogs.html new file mode 100644 index 0000000..52ae544 --- /dev/null +++ b/editors/editor-dialogs.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editors/editor-log.html b/editors/editor-log.html new file mode 100644 index 0000000..09ae1df --- /dev/null +++ b/editors/editor-log.html @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + +
+ +
+ + + + + + + \ No newline at end of file diff --git a/editors/editor-plain.html b/editors/editor-plain.html new file mode 100644 index 0000000..cfc77da --- /dev/null +++ b/editors/editor-plain.html @@ -0,0 +1,73 @@ + + + + + + + + + + + + +
+ + +
+ +
+ +
+ + + + \ No newline at end of file diff --git a/editors/editor-references.html b/editors/editor-references.html new file mode 100644 index 0000000..a51b3b8 --- /dev/null +++ b/editors/editor-references.html @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editors/embed-sample.html b/editors/embed-sample.html new file mode 100644 index 0000000..f6b966e --- /dev/null +++ b/editors/embed-sample.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + +
+ Top Aligned +
+ +
+ Right Aligned +
+ +
+ Bottom Aligned +
+ +
+ Left Aligned +
+ +
+ Center +
+ + diff --git a/editors/sidebar-content.html b/editors/sidebar-content.html new file mode 100644 index 0000000..de643eb --- /dev/null +++ b/editors/sidebar-content.html @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editors/sidebar-context.html b/editors/sidebar-context.html new file mode 100644 index 0000000..b9bb2a3 --- /dev/null +++ b/editors/sidebar-context.html @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editors/widget-context.html b/editors/widget-context.html new file mode 100644 index 0000000..c1b7ad4 --- /dev/null +++ b/editors/widget-context.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file