@glidevvr/storage-payload-types-pkg 1.0.80 → 1.0.81

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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -1418,6 +1418,9 @@ export interface Form {
1418
1418
  * via the `definition` "GalleryBlock".
1419
1419
  */
1420
1420
  export interface GalleryBlock {
1421
+ /**
1422
+ * Add a minimum of 2 and up to 4 images to the gallery. If you only want one, use the Media Block.
1423
+ */
1421
1424
  media: (string | Media)[];
1422
1425
  id?: string | null;
1423
1426
  blockName?: string | null;