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

dev-neos9

Version
dev-neos9
Type
neos-package
Release Date
Jun 21, 2025 11:15
Source
git
Distribution
zip
Requires
  • neos/neos-ui: ^8.2 || ^9
GPL-3.0-or-later
  • #neos
  • #neoscms
  • #ckeditor5
  • #ckeditor5-language
f4e2d89ea270f4d877635868d1d05017e877c8f6

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).