zerosonesfun / accordion
BBCode - Accordion
Installs: 612
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:flarum-extension
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)