Skip to content
Snippets Groups Projects
Commit 4b97cc55 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Fill metadata json with meaningfull information

parent ea71a653
No related branches found
No related tags found
No related merge requests found
{
"plugins": [
{
"name": "My plugin",
"className": "MyPlugin",
"description": "Adds text to the editor.",
"path": "src/myplugin.js",
"name": "Complexitywiki Plugins",
"className": "ComplexitywikiPlugins",
"description": "Adds buttons to insert MathJax delimiters for the complexitywiki.",
"path": "src/complexitywiki_plugins.js",
"uiComponents": [
{
"name": "myButton",
"name": "displayMathButton",
"type": "Button",
"iconPath": "theme/icons/ckeditor.svg"
"iconPath": "theme/icons/display.svg"
}
{
"name": "inlineMathButton",
"type": "Button",
"iconPath": "theme/icons/inline.svg"
}
]
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment