neosrulez/neos-ckeditor-specialcharacters

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

Special characters and emojis for Neos CMS CKEditor.

1.0.0 2025-09-10 17:05 UTC

This package is not auto-updated.

Last update: 2025-09-10 17:08:34 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