File: //home/arjun/projects/buyercall/node_modules/@ckeditor/ckeditor5-highlight/ckeditor5-metadata.json
{
"plugins": [
{
"name": "Highlight",
"className": "Highlight",
"description": "Offers the text marking tools (pens and markers) useful when reviewing content or highlighting it for future reference.",
"docs": "features/highlight.html",
"path": "src/highlight.js",
"uiComponents": [
{
"type": "SplitButton",
"name": "highlight",
"iconPath": "theme/icons/pen.svg"
}
],
"htmlOutput": [
{
"elements": "mark",
"classes": [
"marker-yellow",
"marker-green",
"marker-pink",
"marker-blue",
"pen-red",
"pen-green"
],
"_comment": "By default, this plugin has 4 markers and 2 pens preconfigured."
},
{
"elements": "mark",
"classes": "*",
"isAlternative": true,
"_comment": "The plugin can be configured to set any classes on the `<mark>` element."
}
]
}
]
}