zerosonesfun/accordion

This package is abandoned and no longer maintained. No replacement package was suggested.

BBCode - Accordion

Maintainers

Package info

github.com/zerosonesfun/accordion

Language:CSS

Type:flarum-extension

pkg:composer/zerosonesfun/accordion

Statistics

Installs: 612

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

2.4 2020-02-01 15:09 UTC

This package is auto-updated.

Last update: 2020-05-09 08:15:44 UTC


README

A Flarum extension which adds an accordion BBCode.

Install

composer require zerosonesfun/accordion

Update

  1. composer update zerosonesfun/accordion

  2. Deactivate and reactivate the extension in your admin.

  3. Go to your dashboard, click tools, click clear cache.

  4. 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)