@umbraco-cms/backoffice 14.0.0--preview005-ca61ea2b → 14.0.0--preview005-c7e32bb7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,7 +19,6 @@ export class UmbBlockWorkspaceHasSettingsCondition extends UmbBaseController {
|
|
|
19
19
|
_UmbBlockWorkspaceHasSettingsCondition_onChange.set(this, void 0);
|
|
20
20
|
this.config = args.config;
|
|
21
21
|
__classPrivateFieldSet(this, _UmbBlockWorkspaceHasSettingsCondition_onChange, args.onChange, "f");
|
|
22
|
-
// TODO: Rename the Block Context, so it gets a name.. like Block Entry Context or something.
|
|
23
22
|
this.consumeContext(UMB_BLOCK_WORKSPACE_CONTEXT, (context) => {
|
|
24
23
|
this.observe(context.settings.contentTypeId, (settingsContentTypeId) => {
|
|
25
24
|
this.permitted = !!settingsContentTypeId;
|