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-neos8

Version
dev-neos8
Type
neos-package
Release Date
Feb 20, 2023 12:32
Source
git
Distribution
zip
Requires
  • neos/neos-ui: ^8.2
GPL-3.0-or-later
  • #neos
  • #neoscms
  • #ckeditor5
  • #ckeditor5-language
f939d8e0224cfd213a3d1cb1c6e14c8f9dc13045

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