fof/bbcode-details
Details BBCode for Flarum
Maintainers
π clarkwinkelmann
π datitisev
π imorland
π GreXXL
Package info
github.com/FriendsOfFlarum/bbcode-details
Language:Less
Type:flarum-extension
pkg:composer/fof/bbcode-details
Fund package maintenance!
Requires
- flarum/core: ^2.0.0
Requires (Dev)
- flarum/phpstan: ^2.0.0
Suggests
None
Provides
None
Conflicts
None
Replaces
MIT c4d1bf4d4e6f98b77ccb215706ceb1d56acc6a08
- Sajjad Hashemian <wolaws.woop@gmail.com>
- David Sevilla MartΓn <me+fof.woop@dsevilla.dev>
- Katos <katos.woop@flarum.org>
This package is auto-updated.
Last update: 2026-06-15 21:37:22 UTC
README
π License
π Latest Stable Version
A Flarum extension. Details BBCode for Flarum. Original by @sijad.
Installation
Use Bazaar or install manually with composer:
composer require fof/bbcode-details
Updating
composer update fof/bbcode-details
Usage
Use the following BBCode in your posts:
[details="Summary text here"]Hidden content here[/details]
[details title="Summary text here"]Hidden content here[/details]
[details]Hidden content with no summary[/details]
You may optionally also provide the open= attribute to mark as open by default. The name= attribute may be used to provide a unique identifier for the details block (which can be used to only open one details block at a time in a group).
Links
An extension by FriendsOfFlarum.
