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
Branches
Tags
No related merge requests found
{ {
"plugins": [ "plugins": [
{ {
"name": "My plugin", "name": "Complexitywiki Plugins",
"className": "MyPlugin", "className": "ComplexitywikiPlugins",
"description": "Adds text to the editor.", "description": "Adds buttons to insert MathJax delimiters for the complexitywiki.",
"path": "src/myplugin.js", "path": "src/complexitywiki_plugins.js",
"uiComponents": [ "uiComponents": [
{ {
"name": "myButton", "name": "displayMathButton",
"type": "Button", "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