googolowo / classed-bbcode
A Flarum Extension developed by Googol, that can custom BBCode with a class.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/bbcode: >=0.1.0
- flarum/core: >=0.1.0-beta.16
This package is not auto-updated.
Last update: 2024-10-28 04:47:00 UTC
README
A Flarum Extension, that can custom BBCode with a class.
You can used to custom add a class and use that to custom your styled BBCode.
Formatting:
[CLASS=<classname>]Content[/CLASS]
it will get
<div class="<classname>">Content</div>
This extension making is referening some BBCode extensions, documentation. It spent a lot time.