@glidevvr/storage-payload-types-pkg 1.0.295 → 1.0.296

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/payload-types.ts +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.295",
3
+ "version": "1.0.296",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -636,7 +636,7 @@ export interface Page {
636
636
  }
637
637
  | {
638
638
  /**
639
- * Add a minimum of 2 and up to 4 images to the gallery. If you only want one, use the Media Block.
639
+ * Add 2-4 images or videos to the gallery. Videos must be fully processed (Vimeo status: completed) to appear in the selection. If you only want one item, use the Media Block instead.
640
640
  */
641
641
  media: (string | Media)[];
642
642
  id?: string | null;
@@ -1455,7 +1455,7 @@ export interface Market {
1455
1455
  | FormBlock
1456
1456
  | {
1457
1457
  /**
1458
- * Add a minimum of 2 and up to 4 images to the gallery. If you only want one, use the Media Block.
1458
+ * Add 2-4 images or videos to the gallery. Videos must be fully processed (Vimeo status: completed) to appear in the selection. If you only want one item, use the Media Block instead.
1459
1459
  */
1460
1460
  media: (string | Media)[];
1461
1461
  id?: string | null;
@@ -5211,7 +5211,7 @@ export interface FaqBlock {
5211
5211
  */
5212
5212
  export interface GalleryBlock {
5213
5213
  /**
5214
- * Add a minimum of 2 and up to 4 images to the gallery. If you only want one, use the Media Block.
5214
+ * Add 2-4 images or videos to the gallery. Videos must be fully processed (Vimeo status: completed) to appear in the selection. If you only want one item, use the Media Block instead.
5215
5215
  */
5216
5216
  media: (string | Media)[];
5217
5217
  id?: string | null;