zerosonesfun / accordion
This package is abandoned and no longer maintained.
No replacement package was suggested.
BBCode - Accordion
Package info
github.com/zerosonesfun/accordion
Language:CSS
Type:flarum-extension
pkg:composer/zerosonesfun/accordion
2.4
2020-02-01 15:09 UTC
Requires
- flarum/core: ^0.1.0-beta.8
README
A Flarum extension which adds an accordion BBCode.
Install
composer require zerosonesfun/accordion
Update
-
composer update zerosonesfun/accordion -
Deactivate and reactivate the extension in your admin.
-
Go to your dashboard, click tools, click clear cache.
-
Clear your browser cache, and any other caches like Cloudflare, if applicable.
Uninstall
composer remove zerosonesfun/accordion
Usage
[accordion header="YOUR HEADER TEXT"]The text that is hidden at first but then appears goes here[/accordion]
[accordion header="YOUR NEXT HEADER TEXT"]The text that is hidden at first but then appears goes here[/accordion]
(repeat the accordion BBcode as many times as needed)