Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 782 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 782 Bytes

Kirby Panel Accordion

This Plugin collapses the content below headlines in the kirby cms panel.

Setup

Simple way

Download the repository and extract it to site/plugins/headlineaccordion.

Via Git

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!

Usage

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.

Preview

Screenshow