Skip to content

Allows to put plugins as an items inside accordion.

License

Notifications You must be signed in to change notification settings

tobiase/aldryn-accordion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aldryn Accordion

Plugin allows to define accordion, each item might have another items.

Installation

Aldryn Platform Users

Choose a site you want to install the add-on to from the dashboard. Then go to Apps -> Install app and click Install next to Accordion app.

Redeploy the site.

Manuall Installation

Run pip install -e git+git://github.com/aldryn/aldryn-accordion.git#egg=aldryn_accordion.

Add below apps to INSTALLED_APPS:

INSTALLED_APPS = [
    …

    'aldryn_accordion',
    …
]

About

Allows to put plugins as an items inside accordion.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%