prgfx/neos-textpartlanguage
composer require prgfx/neos-textpartlanguage
Neos package to integrate the ckeditor5-language plugin into the CKEditor to allow tagging content for specific languages
v0.4.0
Readme excerpt
Prgfx.Neos.TextPartLanguageThis package allows editors to tag selected text with a language, helping assistive technology with pronunciation, implementing the WCAG 3.1.2 Language of Parts specification.
composer require prgfx/neos-textpartlanguageThis plugin is based on @ckeditor/ckeditor5-language, making the necessary adaptations to use it with the Neos backend.
UsageEnable it for a node property:
'Neos.Demo:Content.Text': properties: text: ui: inline: editorOptions: textLanguages: trueOr set specific properties:
'Neos.Demo:Content.Text': properties: text: ui: inline: e…Read more
The same vendor provides 9 package(s).