@sveltia/cms 0.106.1 → 0.106.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/cms",
3
- "version": "0.106.1",
3
+ "version": "0.106.3",
4
4
  "description": "Sveltia CMS is a modern, lightweight, Git-based headless content management system.",
5
5
  "keywords": [
6
6
  "cms",
@@ -1950,11 +1950,6 @@
1950
1950
  "description": "Unified media library option that supports multiple libraries. This overrides the global `media_libraries` option.",
1951
1951
  "markdownDescription": "Unified media library option that supports multiple libraries. This overrides the global `media_libraries` option."
1952
1952
  },
1953
- "allow_multiple": {
1954
- "type": "boolean",
1955
- "description": "Whether to enable multiple item selection in an external media library. Default: `true`.",
1956
- "markdownDescription": "Whether to enable multiple item selection in an external media library. Default: `true`."
1957
- },
1958
1953
  "required": {
1959
1954
  "anyOf": [
1960
1955
  {
@@ -2319,11 +2314,6 @@
2319
2314
  "description": "Unified media library option that supports multiple libraries. This overrides the global `media_libraries` option.",
2320
2315
  "markdownDescription": "Unified media library option that supports multiple libraries. This overrides the global `media_libraries` option."
2321
2316
  },
2322
- "allow_multiple": {
2323
- "type": "boolean",
2324
- "description": "Whether to enable multiple item selection in an external media library. Default: `true`.",
2325
- "markdownDescription": "Whether to enable multiple item selection in an external media library. Default: `true`."
2326
- },
2327
2317
  "required": {
2328
2318
  "anyOf": [
2329
2319
  {
package/types/public.d.ts CHANGED
@@ -374,11 +374,6 @@ export type MediaFieldProps = {
374
374
  * libraries. This overrides the global `media_libraries` option.
375
375
  */
376
376
  media_libraries?: MediaLibraries;
377
- /**
378
- * Whether to enable multiple item selection in an external
379
- * media library. Default: `true`.
380
- */
381
- allow_multiple?: boolean;
382
377
  };
383
378
  /**
384
379
  * Options for a field accepting multiple values.