ochre-sdk 1.0.49 → 1.0.50
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.
|
@@ -384,7 +384,7 @@ function parseWebElementProperties(componentProperty, elementResource, options,
|
|
|
384
384
|
const filterSidebarSort = componentReader.valueOr("filter-sidebar-sort", "default");
|
|
385
385
|
const imageLayout = componentReader.valueOr("image-layout", "start");
|
|
386
386
|
const isImagePlaceholderDisplayed = componentReader.valueOr("image-placeholder-displayed", true);
|
|
387
|
-
const isInteractive = componentReader.valueOr("is-interactive",
|
|
387
|
+
const isInteractive = componentReader.valueOr("is-interactive", true);
|
|
388
388
|
const componentOptions = parseWebsiteOptions(elementResource.options, options);
|
|
389
389
|
properties = {
|
|
390
390
|
component: "collection",
|