mirror of https://github.com/TriliumNext/Notes
chore(ckeditor): set correct metadata
parent
307c322165
commit
ff0a24df55
@ -1,17 +1,23 @@
|
||||
{
|
||||
"plugins": [
|
||||
{
|
||||
"name": "Math",
|
||||
"className": "Math",
|
||||
"description": "Adds text to the editor.",
|
||||
"path": "src/math.ts",
|
||||
"uiComponents": [
|
||||
{
|
||||
"name": "math",
|
||||
"type": "Button",
|
||||
"iconPath": "theme/icons/ckeditor.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"plugins": [
|
||||
{
|
||||
"name": "Math",
|
||||
"className": "Math",
|
||||
"description": "Adds mathematical formulas to the editor.",
|
||||
"path": "src/math.js",
|
||||
"uiComponents": [
|
||||
{
|
||||
"name": "math",
|
||||
"type": "Button",
|
||||
"iconPath": "theme/icons/math.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "AutoformatMath",
|
||||
"className": "AutoformatMath",
|
||||
"description": "Implements autoformatting with mathematical formulas.",
|
||||
"path": "src/autoformatmath.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue