prgfx/neos-textpartlanguage

Last activity 21 Jun 2025 2 1461
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

Version
v0.4.0
Type
neos-package
Release Date
Jun 21, 2025 11:16
Source
git
Distribution
zip
Requires
  • neos/neos-ui: ^8.2 || ^9
GPL-3.0-or-later
  • #neos
  • #neoscms
  • #ckeditor5
  • #ckeditor5-language
15021b474a6bbcee3fc08584328a3d5b0a500296

Readme excerpt

Prgfx.Neos.TextPartLanguage

This 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-textpartlanguage

This plugin is based on @ckeditor/ckeditor5-language, making the necessary adaptations to use it with the Neos backend.

Usage

Enable it for a node property:

'Neos.Demo:Content.Text': properties: text: ui: inline: editorOptions: textLanguages: true

Or set specific properties:

'Neos.Demo:Content.Text': properties: text: ui: inline: e…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 9 package(s).