@ckeditor/ckeditor5-style
Version:
Style feature for CKEditor 5.
29 lines (28 loc) • 540 B
JSON
{
"plugins": [
{
"name": "Style",
"className": "Style",
"description": "Allows applying pre-configured styles to editor content.",
"docs": "features/style.html",
"path": "src/style.js",
"requires": [
"GeneralHtmlSupport"
],
"uiComponents": [
{
"type": "Dropdown",
"name": "style",
"label": "Style"
}
],
"htmlOutput": [
{
"elements": "*",
"classes": "*",
"_comment": "The plugin can output any arbitrary HTML depending on its configuration."
}
]
}
]
}