@ckeditor/ckeditor5-language
Version:
Text part language feature for CKEditor 5.
28 lines (27 loc) • 625 B
JSON
{
"plugins": [
{
"name": "Text part language",
"className": "TextPartLanguage",
"description": "The text part language feature provides the ability to change the language of selected text fragments and set the text direction ensuring correct content presentation in multilingual documents.",
"docs": "features/language.html",
"path": "src/textpartlanguage.js",
"uiComponents": [
{
"type": "Dropdown",
"name": "textPartLanguage",
"label": "Language"
}
],
"htmlOutput": [
{
"elements": "span",
"attributes": [
"dir",
"lang"
]
}
]
}
]
}