@glidevvr/storage-payload-types-pkg 1.0.294 → 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.
- package/package.json +1 -1
- package/payload-types.ts +3 -3
package/package.json
CHANGED
package/payload-types.ts
CHANGED
|
@@ -636,7 +636,7 @@ export interface Page {
|
|
|
636
636
|
}
|
|
637
637
|
| {
|
|
638
638
|
/**
|
|
639
|
-
* Add
|
|
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
|
|
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
|
|
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;
|