@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.
- package/package.json +1 -1
- package/payload-types.ts +3 -0
package/package.json
CHANGED
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;
|