add json schema allowPublicAccess

This commit is contained in:
Jacob Overgaard
2024-03-22 13:59:38 +01:00
parent 0ea19beb62
commit b941108cd8

View File

@@ -27,6 +27,12 @@ export interface UmbracoPackage {
*/
allowTelemetry?: boolean;
/**
* @title Decides if the package is allowed to be accessed by the public, e.g. on the login screen
* @default false
*/
allowPublicAccess?: boolean;
/**
* @title An array of Umbraco package manifest types that will be installed
* @required