frontend-plugin-api: add new internal option for extension inputs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-22 14:22:56 +01:00
parent 24eb7d7933
commit 7edb810248
27 changed files with 315 additions and 149 deletions
+1
View File
@@ -92,6 +92,7 @@ const _default: OverridableFrontendPlugin<
{
singleton: false;
optional: true;
internal: false;
}
>;
};