creifenscheid / rte_ckeditor_textpartlanguage

This TYPO3 extension implements the text part language feature for CKEditor 5.
GNU General Public License v2.0
0 stars 0 forks source link

Latest Stable Version Total Downloads License

TYPO3 Extension rte_ckeditor_textpartlanguage

Purpose

This extension integrates the CKEditor 5 text part language feature into TYPO3’s CKEditor 5.

Usage

  1. Import the plugin in your RTE configuration.
editor:
  config:
    importModules:
      - '@creifenscheid/rte-ckeditor-textpartlanguage/plugin.js'
  1. Add the plugin to your toolbar
editor:
  config:
    toolbar:
      items:
      - ...
      - TextPartLanguage
      - ...
  1. Configure the languages you need
    editor:
    config:
    language:
      textPartLanguage:
        # EXAMPLE - {title: 'arabic', languageCode: 'ar', textDirection: 'rtl'}
        - { title: 'english', languageCode: 'en' }

Installation

Install this extension via composer req creifenscheid/rte-ckeditor-textpartlanguage or download it from the TYPO3 Extension Repository. Then, activate the extension in the Extension Manager of your TYPO3 installation.

Support

I don't want your money or anything else. I am doing this for fun, with heart and to improve my coding skills. Constructive critisism is very welcome. If you want to contribute, feel free to do so. Thank you!