From 533882b9f1c96c8fb72a93481e735be8edb6b337 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 10 Dec 2024 14:47:25 +1000 Subject: [PATCH] DOC-2594: Remove admonition statement about inline editing mode not supported on mobile devices. --- modules/ROOT/pages/use-tinymce-inline.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/use-tinymce-inline.adoc b/modules/ROOT/pages/use-tinymce-inline.adoc index 32692f7b16..35add3adf8 100644 --- a/modules/ROOT/pages/use-tinymce-inline.adoc +++ b/modules/ROOT/pages/use-tinymce-inline.adoc @@ -6,8 +6,6 @@ {productname} has three main integration modes: a _classic_ full editor mode, an _inline_ editing mode, and a distraction-free mode. -include::partial$misc/admon-not-on-mobile.adoc[] - The inline editing mode is used for merging the editing and reading views of the page for a seamless editing experience and true WYSIWYG behavior. Inline editing mode does not replace the selected element with an iframe, but instead edits the element's content in-place. Inline editors are designed: