flarum-ext-pages
flarum-ext-pages copied to clipboard
Update for Flarum beta 8
Changes made:
- Updated
bootstrap.php
to utilize new Extenders- Renamed to
extend.php
- Renamed to
- Updated namespaces
- Removed listeners in favor of Extenders
- Updated icons to FA 5
- Converted JS to Webpack structure
- Simplified LESS files into 2 (one for forum, one for admin)
- Added .gitattributes
- Fixed
isHtml
not being sent to admin- Updated serializer to include
isHtml
- Updated serializer to include
- Fixed buttons in admin having extra padding
there was a beta 8 branch in progress. but ill take a look at this soon
@sijad Oh, I thought I checked. My apologies if I duplicated the work.
could you please rebase this one with beta/8
branch?
@sijad Hm, I tried but it was mostly just accepting my changes, as it's basically the same thing. I have fixed some FA 5 icons though.
I pushed a commit with your bootstrap.php formatting in extend.php, and made the serializing logic same as your branch. Not sure if you want the file to be renamed as you did.
Any update on this?