From 4b97cc55729e0898e74a582bb83562a709f97b04 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Wed, 9 Feb 2022 17:41:46 +0100 Subject: [PATCH] DOC: Fill metadata json with meaningfull information --- ckeditor5-metadata.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ckeditor5-metadata.json b/ckeditor5-metadata.json index bd9e839..685d6f5 100644 --- a/ckeditor5-metadata.json +++ b/ckeditor5-metadata.json @@ -1,16 +1,21 @@ { "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" + } ] } ] -- GitLab