summaryrefslogtreecommitdiff
path: root/plugins/accordionList/README.md
blob: 18dfafc659033e08ad731b9a71d00c1e1cc63b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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