Skip to content

Commit

Permalink
Fix num list
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Altmann committed Jun 28, 2024
1 parent 943cead commit 14f8496
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ Add issues or explore the project on `GitHub <https://github.com/netresearch/t3x
Installation
============

#. Install the extension
1. Install the extension

1. with composer from `packagist <https://packagist.org/packages/netresearch/rte-ckeditor-image>`__

.. code-block:: shell
composer req netresearch/rte-ckeditor-image
#. Add a preset for rte_ckeditor or override the default one (as below):
2. Add a preset for rte_ckeditor or override the default one (as below):

.. code-block:: php
Expand Down Expand Up @@ -74,15 +75,16 @@ Installation
- insertImage
#. Enable RTE config preset (e.g. ``default``)
3. Enable RTE config preset (e.g. ``default``)

.. code-block::
# Page TSConfig
RTE.default.preset = default
#. Include extension Static Template file
4. Include extension Static Template file

1. go to Template » Info/Modify » Edit whole template record » Includes
2. choose ``CKEditor Image Support`` for ``Include static (from extensions)`` before the Fluid Styled content

Expand Down

0 comments on commit 14f8496

Please sign in to comment.