neosrulez/neos-ckeditor-specialcharacters

该包的最新版本(dev-master)没有可用的许可信息。

Neos CMS CKEditor 的特殊字符和表情符号。

安装: 5

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

语言:JavaScript

类型:neos-plugin

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

This package is not auto-updated.

Last update: 2024-09-22 22:58:01 UTC


README

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

MonacoEditor

安装

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

只需运行

composer require neosrulez/neos-ckeditor-specialcharacters

使用方法

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

作者