feat(core): Enable folders feature via license server (#13942)

This commit is contained in:
Ricardo Espinoza
2025-03-18 11:25:45 -04:00
committed by GitHub
parent 31c0575999
commit fa7e7ac2e7
4 changed files with 8 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ export class E2EController {
[LICENSE_FEATURES.COMMUNITY_NODES_CUSTOM_REGISTRY]: false,
[LICENSE_FEATURES.ASK_AI]: false,
[LICENSE_FEATURES.AI_CREDITS]: false,
[LICENSE_FEATURES.FOLDERS]: false,
};
private static readonly numericFeaturesDefaults: Record<NumericLicenseFeature, number> = {