summaryrefslogtreecommitdiff
path: root/plugins/accordionList/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/accordionList/README.md')
-rwxr-xr-xplugins/accordionList/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/accordionList/README.md b/plugins/accordionList/README.md
new file mode 100755
index 0000000..18dfafc
--- /dev/null
+++ b/plugins/accordionList/README.md
@@ -0,0 +1,14 @@
+# Bootstrap Accordion List
+A plugin for ckeditor to allow creation of bootstrap accordion list (grouped collapsible items).
+
+This allows grouping of collapsible elements in a accordion list.
+Requires the following ckeditor Plugins:
+ - Widget
+ - [Bootstrap Collapsible Item](https://github.com/pkerspe/ckeditor-bootstrap-collapsibleItem)
+
+This plugin will add a new widget to allow you to create an accordion list in ckeditor without the need to work in source-code view.
+Allows drag and drop rearrangement of collapsible items in one group.
+
+# Version history:
+
+- __V 0.1__: First version with basic functionality