This commit is contained in:
Jacob Overgaard
2023-02-27 13:23:55 +01:00
parent 1784877e6e
commit 3d9313d4e9

View File

@@ -4,6 +4,8 @@ import { UmbControllerHostInterface } from '@umbraco-cms/controller';
import { UmbContextConsumerController } from '@umbraco-cms/context-api';
import { ManifestBase } from '@umbraco-cms/extensions-registry';
// TODO: Figure out if we should base stores like this on something more generic for "collections" rather than trees.
/**
* A repository for Packages which mimicks a tree store.
* @export