This Plugin collapses the content below headlines in the kirby cms panel.
Download the repository and extract it to site/plugins/headlineaccordion.
Clone the repository to your plugin directory.
For example if you are in your kirby root directory use:
git clone [email protected]:Klickmeister/kirby-panel-accordion.git headlineaccordion
Make sure that the folder name of this plugin is called headlineaccordion
!
Add a field named headlineccordion
to your blueprint and set it's type to headlineccordion as well:
fields:
headlineccordion:
type: headlineaccordion
The content of every headline is collapsed by default.