Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/importexport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ The [PnP Modern Search v4](https://microsoft-search.github.io/pnp-modern-search/
| [Custom Handlebars customizations](../extensibility/handlebars_customizations/) | Developers can create custom helpers or partials for templates using Handlebars. | Yes | Yes |
| Multiple extensibility libraries support | Developers can register one or more extensibility libraries per Web Part instances. | Yes | Yes |

## Import Export Feature

| Feature | Description | aequos Modern Data Visualizer | PnP Modern Search |
| :-----------------: | :---------------------: | :-----------------------------: | :-------------------: |
| Import Export Feature | Allow the users to import and export the webpart properties. | Yes | Yes |

## Miscellaneous, support & price

| Feature | Description | aequos Modern Data Visualizer | PnP Modern Search |
Expand Down
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ By getting this solution, you also benefit from an advanced [extensibility model

With these available customizations options, you can do pretty much anything!

## Import Export Feature

For all webparts, the information section has "Import/Export" feature. It allows the user to download the webpart properties, edit the same and upload them as well.

!["Import Export Section"](./assets/importExport.png)

## Troubleshooting

To help us to resolve your issue, you can include screenshots or error messages coming from:
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/data-visualizer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The data visualizer Web Part configuration is divided into four parts each corre
1. [**Data source**](./data-sources/index.md): From where to retrieve the data. Includes the [slots configuration](./slots.md) and [tokens usage](./tokens.md).
2. [**Layouts**](./layouts/index.md): How to render them.
3. [**Connections**](./connections/index.md): How the Web Part will be connected to others in the page.
3. [**Extensibility**](../../extensibility/index.md): How the Web Part will be connected to others in the page.
3. [**Extensibility**](../../extensibility/index.md): How the Web Part will be connected to others in the page.