@wix/app-extensions 1.0.31 → 1.0.32

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.
@@ -2658,6 +2658,10 @@ interface PageComponentData {
2658
2658
  * @maxLength 300
2659
2659
  */
2660
2660
  shortDescription?: string | null;
2661
+ /** When true, this page is displayed as full page on desktop only */
2662
+ fullPageDesktopOnly?: boolean | null;
2663
+ /** When true, this page is used as a landing page on mobile */
2664
+ landingPageInMobile?: boolean | null;
2661
2665
  }
2662
2666
  /** @internal */
2663
2667
  interface Padding {