diff --git a/modules/ROOT/pages/customize-css-styles.adoc b/modules/ROOT/pages/customize-css-styles.adoc index c939592cf..8047416c9 100644 --- a/modules/ROOT/pages/customize-css-styles.adoc +++ b/modules/ROOT/pages/customize-css-styles.adoc @@ -184,12 +184,12 @@ Use the following variables to customize the Liveboard page elements. image::./images/custom-css-viz.png[CSS customization Liveboard page] -- [#grp-style] -=== Liveboard grouping and styling +=== Liveboard grouping and styling [beta betaBackground]^Beta^ Use the following variables to customize the Liveboard visualization groups and style elements. [NOTE] ==== -To enable this feature, set `isLiveboardStylingAndGroupingEnabled` to `true`. +To enable this feature contact ThoughtSpot support and set `isLiveboardStylingAndGroupingEnabled` to `true` in the SDK . ==== [width="100%" cols="7,7"] diff --git a/modules/ROOT/pages/embed-pinboard.adoc b/modules/ROOT/pages/embed-pinboard.adoc index 397f2c903..22441c3ad 100644 --- a/modules/ROOT/pages/embed-pinboard.adoc +++ b/modules/ROOT/pages/embed-pinboard.adoc @@ -500,7 +500,7 @@ liveboardEmbed.trigger(HostEvent.UpdateFilters, { //// -=== Liveboard grouping and styling +=== Liveboard grouping and styling [beta betaBackground]^Beta^ You can now create a visual group of Answers and note tiles together in the Liveboard. You can select multiple Answers and notes in the Liveboard editor. You can also style parts of the Liveboard, groups and Answers with the new styling panel. To enable this feature, set `isLiveboardStylingAndGroupingEnabled` to `true`. For more information, see link:https://docs.thoughtspot.com/cloud/latest/liveboard-grouping-styling[Liveboard grouping and styling, window=_blank]. diff --git a/modules/ROOT/pages/rest-apiv2-changelog.adoc b/modules/ROOT/pages/rest-apiv2-changelog.adoc index 73d678200..d5d3053ba 100644 --- a/modules/ROOT/pages/rest-apiv2-changelog.adoc +++ b/modules/ROOT/pages/rest-apiv2-changelog.adoc @@ -113,7 +113,7 @@ To update schedule details for a specific view of the Liveboard, specify the `pe === Metadata parameterization and content publishing across Orgs -This release introduces the following new endpoints for metadata parameterization and content publishing [beta betaBackground]^Beta^ across Orgs. To enable the content publishing feature and the related API operations on your instance, contact ThoughtSpot Support. +This release introduces the following new endpoints for metadata parameterization [beta betaBackground]^Beta^ and content publishing [beta betaBackground]^Beta^ across Orgs. To enable the content publishing feature and the related API operations on your instance, contact ThoughtSpot Support. * `POST /api/rest/2.0/metadata/parameterize` [beta betaBackground]^Beta^ + Allows you to parameterize fields in metadata objects. diff --git a/modules/ROOT/pages/whats-new.adoc b/modules/ROOT/pages/whats-new.adoc index 884ce8810..97b6bd285 100644 --- a/modules/ROOT/pages/whats-new.adoc +++ b/modules/ROOT/pages/whats-new.adoc @@ -10,11 +10,11 @@ This page lists new features, enhancements, and deprecated functionality in Thou == Version 10.12.0.cl -=== Liveboard grouping and styling +=== Liveboard grouping and styling [beta betaBackground]^Beta^ You can now create a visual group of Answers and note tiles on an embedded Liveboard and customize the look and feel of the Liveboard, groups, and visualizations using the new styling panel. -The Liveboard styling and grouping feature is disabled by default on embedded apps. To enable this feature on your embed, set `isLiveboardStylingAndGroupingEnabled` to `true` in the SDK. +The Liveboard styling and grouping feature is disabled by default on embedded apps. To enable this feature on your embed, set `isLiveboardStylingAndGroupingEnabled` to `true` in the SDK and contact ThoughtSpot Support. When this feature is enabled, you can use the following CSS variables in the Visual Embed SDK to style your Liveboard elements: @@ -30,9 +30,7 @@ For more information, see xref:customize-css-styles.adoc#grp-style[CSS variables === Lazy loading of visualizations on a Liveboard -To optimize initial load time, you can now enable lazy loading of Liveboard visualizations using the `lazyLoadingForFullHeight` parameter. When both `fullHeight` and `lazyLoadingForFullHeight` attributes are set to `true`, visualizations in the embedded Liveboard are loaded incrementally as the user scrolls, rather than all at once on initial load. - -For more information, see xref:lazy-loading-fullheight.adoc[Lazy loading of Liveboard visualizations]. +To optimize initial load time, you can now enable lazy loading of Liveboard visualizations using the `lazyLoadingForFullHeight` parameter. When both `fullHeight` and `lazyLoadingForFullHeight` attributes are set to `true`, visualizations in the embedded Liveboard are loaded incrementally as the user scrolls, rather than all at once on initial load. For more information, see xref:lazy-loading-fullheight.adoc[Lazy loading of Liveboard visualizations]. === Spotter embed enhancements @@ -64,8 +62,7 @@ For more information, see xref:connection-config.adoc[Connection Configuration]. ==== Custom calendar APIs -You can now create and manage custom calendars for a given Connection object. For more information, see the API documentation in the REST API v2 Playground. -For information about REST API v2 enhancements, see xref:rest-apiv2-changelog.adoc[REST API v2.0 changelog]. +You can now create and manage custom calendars for a given Connection object. For more information, see the API documentation in the REST API v2 Playground. For information about REST API v2 enhancements, see xref:rest-apiv2-changelog.adoc[REST API v2.0 changelog]. ==== Other enhancements For information about other REST API v2 enhancements, see xref:rest-apiv2-changelog.adoc[REST API v2.0 changelog].