From b194c00b9a7625d9df8e9c527fa45d5f017be53f Mon Sep 17 00:00:00 2001 From: Mathias Brodala <noreply@example.com> Date: Thu, 6 Jun 2024 09:07:04 +0000 Subject: [PATCH] [DOCS] Use GitHub permalink to CKEditor Base.yaml Releases: main, 12.4 Resolves: #103984 Change-Id: I8c105e3c3cdb37991e91015d8929d022224d8dea Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84510 Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Lina Wolf <112@linawolf.de> Reviewed-by: Garvin Hicking <gh@faktor-e.de> Tested-by: Lina Wolf <112@linawolf.de> Tested-by: Garvin Hicking <gh@faktor-e.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: core-ci <typo3@b13.com> --- .../rte_ckeditor/Documentation/Configuration/Reference.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst index b8f6d2ad1ca9..ddbb29dd9ca6 100644 --- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst +++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst @@ -81,8 +81,7 @@ editor.config editor.config.contentsCss: - "EXT:rte_ckeditor/Resources/Public/Css/contents.css" - This is the default, as defined in `EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml - <https://github.com/typo3/typo3/blob/main/typo3/sysext/rte_ckeditor/Configuration/RTE/Editor/Base.yaml>`__. + This is the default, as defined in :t3src:`rte_ckeditor/Configuration/RTE/Editor/Base.yaml`. .. note:: When adding custom styling and fonts, all CSS declarations need to be @@ -113,7 +112,7 @@ editor.config .. option:: editor.config.importModules - Imports custom CKEditor plugins. See :file:`EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml` + Imports custom CKEditor plugins. See :t3src:`rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml` or :ref:`How do I create a custom plugin? <config-example-customplugin>` for examples. -- GitLab