@umbraco-cms/mcp-dev 18.0.0 → 18.0.1

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.
@@ -18798,7 +18798,8 @@ var createElementTypeSchema = z61.object({
18798
18798
  path: ["tab"]
18799
18799
  }
18800
18800
  )
18801
- ).default([])
18801
+ ).default([]),
18802
+ allowedInLibrary: z61.boolean().default(false).describe("Allow standalone library elements to be created from this element type (Umbraco Element Library). Must be true before create-element will succeed for this type; otherwise create-element returns 'Operation not permitted' (NotAllowed).")
18802
18803
  });
18803
18804
  var createElementTypeOutputSchema = z61.object({
18804
18805
  message: z61.string(),
@@ -18877,7 +18878,7 @@ IMPORTANT: IMPLEMENTATION REQUIREMENTS
18877
18878
  compositionType: "Composition"
18878
18879
  })),
18879
18880
  allowedAsRoot: false,
18880
- allowedInLibrary: false,
18881
+ allowedInLibrary: model.allowedInLibrary,
18881
18882
  variesByCulture: false,
18882
18883
  variesBySegment: false,
18883
18884
  allowedTemplates: [],
@@ -28534,4 +28535,4 @@ export {
28534
28535
  allModeNames,
28535
28536
  allSliceNames
28536
28537
  };
28537
- //# sourceMappingURL=chunk-SB5GLJUE.js.map
28538
+ //# sourceMappingURL=chunk-KKNLEZQN.js.map