@wix/app-extensions 1.0.13 → 1.0.14
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.
|
@@ -3639,6 +3639,8 @@ interface WebComponentData {
|
|
|
3639
3639
|
excludeFromAutoRevoke?: boolean;
|
|
3640
3640
|
/** defines the widget's behaviour in editor page */
|
|
3641
3641
|
widgetBehavior?: WidgetBehavior;
|
|
3642
|
+
/** When true, avoid adding widgets when this component is installed/used. */
|
|
3643
|
+
avoidAddingWidgets?: boolean;
|
|
3642
3644
|
}
|
|
3643
3645
|
/** Web component size */
|
|
3644
3646
|
/** @internal */
|