docs: admin extension categories, health widget & abandoned package support#506
Draft
docs: admin extension categories, health widget & abandoned package support#506
Conversation
…ed package support Documents changes introduced in flarum/framework#4392: - Extension Categories: new section in admin.md covering how to declare a category in composer.json, the full table of built-in categories with keys, labels and icons, and how to register custom categories via app.extensionCategories. - Extension Health Widget: new section in admin.md covering the three widget sections (abandoned, suggested, disabled), how Packagist's abandoned field works, how to use Composer's suggest field, and the flarum.abandoned_overrides forward-compatibility hook for future scheduled checking. - update-2_0.md: notable entry for the new admin dashboard (old extension grid removed, health widget added); notable entry for the collapsible sidebar overhaul with count badges, icons, and search auto-expand. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation for the admin dashboard changes in flarum/framework#4392.
admin.md— Extension Categories (new section): how to declare a category incomposer.json, full table of all built-in categories with keys/labels/icons, and how to register custom categories viaapp.extensionCategories.admin.md— Extension Health Widget (new section): the three widget sections (abandoned, suggested, disabled), how Packagist'sabandonedfield works, how to use Composer'ssuggestfield, the install-time limitation with planned scheduler follow-up, and theflarum.abandoned_overridesforward-compatibility hook.update-2_0.md: breaking change noting the old extension grid was removed; notable entry for the new health widget; expanded sidebar notable entry covering collapsible groups, count badges, category icons, and search auto-expand.Depends on
flarum/framework#4392 (draft)
Test plan
./admin.md#extension-categoriesetc.) resolve:::info) renders correctly🤖 Generated with Claude Code