@wix/auto_sdk_data-extension-schema_schemas 1.0.63 → 1.0.64

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.
@@ -1219,6 +1219,8 @@ interface WidgetOutOfIframeComponentData {
1219
1219
  * @maxLength 512
1220
1220
  */
1221
1221
  builderConfigUrlTemplate?: string | null;
1222
+ /** Whether to render the component in the Editor as React (true) or as an iframe (false) */
1223
+ ooiInEditor?: boolean | null;
1222
1224
  }
1223
1225
  /** Out Of Iframes additional info */
1224
1226
  interface OutOfIframeData {
@@ -1394,6 +1396,8 @@ interface PageOutOfIframeComponentData {
1394
1396
  * @maxLength 512
1395
1397
  */
1396
1398
  builderConfigUrlTemplate?: string | null;
1399
+ /** Whether to render the component in the Editor as React (true) or as an iframe (false) */
1400
+ ooiInEditor?: boolean | null;
1397
1401
  }
1398
1402
  /** Create a collection of native Editor components that loads directly in the Editor DOM */
1399
1403
  interface PlatfromComponentData {