neosrulez/neos-ckeditor-specialcharacters

There is no license information available for the latest version (dev-master) of this package.

Special characters and emojis for Neos CMS CKEditor.

dev-master 2022-07-16 14:07 UTC

This package is not auto-updated.

Last update: 2024-04-21 21:11:25 UTC


README

A Neos CMS plugin that allows inserting special characters and emojis in CKEditor.

MonacoEditor

Installation

The NeosRulez.Neos.CkEditor.SpecialCharacters package is listed on packagist (https://packagist.org/packages/neosrulez/neos-ckeditor-specialcharacters) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/neos-ckeditor-specialcharacters

Usage

'Neos.NodeTypes:Text':
  properties:
    text:
      ui:
        inline:
          editorOptions:
            specialCharacters: true # enable special characters
            emojis: true # enable emojis

Author