diff --git a/docs/_static/img/editors/editorjs.png b/docs/_static/img/editors/editorjs.png new file mode 100644 index 0000000..81589b9 Binary files /dev/null and b/docs/_static/img/editors/editorjs.png differ diff --git a/docs/_static/img/editors/grapesjs.png b/docs/_static/img/editors/grapesjs.png new file mode 100644 index 0000000..108956b Binary files /dev/null and b/docs/_static/img/editors/grapesjs.png differ diff --git a/docs/_static/img/editors/tinymce.png b/docs/_static/img/editors/tinymce.png new file mode 100644 index 0000000..280511c Binary files /dev/null and b/docs/_static/img/editors/tinymce.png differ diff --git a/docs/utils/editors/editorjs.md b/docs/utils/editors/editorjs.md index 76db082..876049c 100644 --- a/docs/utils/editors/editorjs.md +++ b/docs/utils/editors/editorjs.md @@ -4,6 +4,8 @@ Workspace in classic editors is made of a single contenteditable element, used t Editor.js is fully integrated in Murph as form types. +![](/_static/img/editors/editorjs.png) + ## Classic form ``` diff --git a/docs/utils/editors/grapesjs.md b/docs/utils/editors/grapesjs.md index 2a108b1..9acbe8e 100644 --- a/docs/utils/editors/grapesjs.md +++ b/docs/utils/editors/grapesjs.md @@ -4,6 +4,8 @@ GrapesJS is a web builder which combines different tools and features with the g GrapesJS is fully integrated in Murph as form types. +![](/_static/img/editors/grapesjs.png) + ## Classic form ``` diff --git a/docs/utils/editors/tinymce.md b/docs/utils/editors/tinymce.md index eb9694c..e7c2030 100644 --- a/docs/utils/editors/tinymce.md +++ b/docs/utils/editors/tinymce.md @@ -2,6 +2,8 @@ TinyMCE gives you total control over your rich text editing. It's fully integrated in Murph as form types. +![](/_static/img/editors/tinymce.png) + ## Classic form ```