frontend-plugin-api: add support for sub page icons

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-13 13:55:19 +01:00
parent a381a6dcdc
commit d2705be180
21 changed files with 202 additions and 4 deletions
+7
View File
@@ -212,6 +212,13 @@ const _default: OverridableFrontendPlugin<
{
optional: true;
}
>
| ConfigurableExtensionDataRef<
IconElement,
'core.icon',
{
optional: true;
}
>,
{
singleton: false;