TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:36 +02:00
commit 1e393722e8
183 changed files with 7832 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
.. include:: /Includes.rst.txt
.. _general-concepts:
================
General Concepts
================
User interfaces
===============
CKEditor has multiple user interfaces, of which TYPO3 uses the following:
Classic
Editing is done within a fixed container.
It is possible to customize how the editor behaves and how the content is styled.
Used in the TYPO3 Backend.
Inline
All formatting styles are reused from the surrounding HTML and CSS styles,
allowing for a seamless frontend editing.
Used by TYPO3s frontend_editing,
which can be found on `GitHub <https://github.com/FriendsOfTYPO3/frontend_editing>`__.
frontend_editing is not covered in this document.
For a demonstration of all user interfaces,
see the `CKEditor demo <https://ckeditor.com/ckeditor-5/demo/editor-types/>`__.