Skip to content

Commit 98362ce

Browse files
committed
Merge branch 'develop'
2 parents 0193e9a + 1293cf3 commit 98362ce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/extensibility/web_components_list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Here are the list of all **reusable** web components you can use to customize yo
1212

1313
> All other web components you will see in builtin layout templates are considered **internal** and are not supported for custom use.
1414
15+
> All components have an optional `data-theme-variant` attribute used to set the theme for your internal React components (for instance using Office UI Fabric). This value is typically retrieved from the root Handlebars context and reflect the current **section theme** where the Web Part belongs. **If not set, the theme of current site will be used as fallback and may not corespond to the current section theme**.
16+
1517
## `<aequos-iconfile>`
1618

1719
- **Description**: Render a file icon according to an extension.

docs/usage/data-verticals/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ The options for a vertical are as follow:
2222
| **Link URL** | If the tab is an hyperlink, the link URL to use. Tokens `{<TokenName>}` are supported here. See [tokens](../data-visualizer/tokens.md) for more info.
2323
| **Open behavior** | If the tab is an hyperlink, the opening behavior (new tab or current tab).
2424

25-
> The 'Data Verticals' Web Part does not need to be connected to any Web Part. However, it is meant to be used by a 'Data Visualizer' Web Part to get it work. More info about configuration [here](../data-visualizer/connections/index.md).
25+
> The 'Data Verticals' Web Part does not need to be connected to any Web Part. However, it is meant to be used by a 'Data Visualizer' Web Part to get it work. More info about configuration [here](../data-visualizer/connections/index.md).
26+
27+
> We recommend to configure the 'Data Visualizer' Web Parts that will use verticals **before connecting them to the verticals Web Part**.

docs/usage/data-visualizer/data-sources/sharepoint-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ The _'SharePoint Search'_ data source retrieve items from the SharePoint search
1616
| **Enable query rules** | Whether or not apply SharePoint query rules. | False.
1717
| **Include OneDrive for Business results** | Whether or not include OneDrive for business results. | False.
1818
| **Enable audience targeting** | Whether or not results should be targeted according to the audiences that the current user belongs to. [More information about modern audiences and how to configure them](https://support.microsoft.com/en-us/office/target-navigation-news-and-files-to-specific-audiences-33d84cb6-14ed-4e53-a426-74c38ea32293). | False.
19-
| **Enable localization** | If enabled, the Web Part will try to translate the taxonomy term IDs found in result item properties and refinement values to their corresponding label according to the curent UI language. To get it work, you must map a new refinable managed property associated with ows_taxId_ crawled property and turn this toggle 'on': <a href="../../../assets/webparts/data_visualizer/localization_crawled_property.png"><img src="../../../assets/webparts/data_visualizer/localization_crawled_property.png"/></a> If enabled and depending how many items are currently displayed, this could be slightly decrease loading performances. | False.
19+
| **Enable localization** | If enabled, the Web Part will try to translate the taxonomy term IDs found in result item properties and refinement values to their corresponding label according to the curent UI language. To get it work, you must map a new refinable managed property associated with ows_taxId_ crawled property and turn this toggle 'on': <a href="../../../assets/webparts/data_visualizer/localization_crawled_property.png"><img src="../../../assets/webparts/data_visualizer/localization_crawled_property.png"/></a> If enabled and depending how many items are currently displayed, this could be slightly decrease loading performances. </br></br>**To use translated values in your template, you must use the '`Auto + <property_name>`' property format instead of the original property name**. For instance, to use translated values of the '_owstaxidmetadataalltagsinfo_' property, you must use the '**Auto**owstaxidmetadataalltagsinfo' auto created property. | False.
2020

0 commit comments

Comments
 (0)