You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/trex_publish.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,12 @@ However, to run on Tableau Server or Tableau Online, your extension must:
32
32
|**Note** If you want to test your extension with Tableau Online and you are running an extension on `http://localhost` during development, see [Load and view localhost content on sites that use secure connections]({{site.baseurl}}/docs/trex_security.html#load-and-view-localhost-content-on-sites-that-use-secure-connections)|
33
33
34
34
35
-
Tableau Server and Tableau Online have settings that control whether dashboard extensions are allowed to run and whether specific extensions can access the the underlying data in a dashboard.
35
+
Tableau Server and Tableau Online have settings that control whether dashboard extensions are allowed to run and whether specific extensions can access the underlying data in a dashboard.
36
36
37
37
38
38
To enable a dashboard extension on Tableau Server or Tableau Online, the server administrator or the site administrator (Tableau Online) must allow extensions for the site. The administrators can then choose to enable the default policy that allows *unknown* extensions that only request summary data to run, provided users grant the extension permission. These extensions are unknown in the sense that they have not been explicitly added to the safe list or to the blocked list on Tableau Server or Tableau Online.
39
39
40
-
If your extension requires access to full data (underlying data) the server or site administrator must add the URL of your extension to a safe list and must explicitly grant the extension access to full data. The server or site administrator can also configure whether users of your extension will see prompts requesting permission to run.
40
+
If your extension requires access to full data (underlying data) the server or site administrator must add the URL of your extension to a safe list and must explicitly grant the extension access to full data. The server or site administrator can also configure whether users of your extension will see prompts requesting permission to run.
41
41
42
42
The following flowchart shows how the settings on Tableau Server or Tableau Online determine whether an extension is allowed or denied permission to run.
43
43
@@ -50,24 +50,24 @@ The following flowchart shows how the settings on Tableau Server or Tableau Onli
50
50
51
51
52
52
53
-
## Publishing a dashboard extension to the Extension Gallery
53
+
## Publishing a dashboard extension to the Tableau Exchange
54
54
55
-
If you want to make your dashboard extension readily available to a large number of people, you can take steps to have your extension added to the [Tableau Extension Gallery](https://extensiongallery.tableau.com/).
55
+
If you want to make your dashboard extension readily available to a large number of people, you can take steps to have your extension added to the [Tableau Exchange](https://exchange.tableau.com/).
56
56
57
-
Publishing your extension to the gallery means that people will be able to discover your extension, find out what it can do, and then add the extension to their dashboards, all while working within Tableau.
57
+
Publishing your extension to the Tableau Exchange means that people will be able to discover your extension, find out what it can do, and then add the extension to their dashboards, all while working within Tableau.
58
58
59
59
In addition to the requirements for all extensions to ensure security and usability, such as:
60
60
* Using HTTPS
61
61
* Validating user input
62
62
* Declaring data access requirements
63
63
* Providing a URL that customers can use to get support for your the extension
64
64
65
-
Dashboard extensions that appear in the gallery must also:
65
+
Dashboard extensions that appear in the Tableau Exchange must also:
66
66
67
67
* Follow the Design Guidelines for Dashboard Extensions (user interaction and style guidelines for user interface elements).
68
-
* Ensure that the information in the extension manifest file (`.trex`) matches the content that you will publish in the Extension Gallery. For example, the `name`, `description` fields are used to populate the name and description fields in the Extension Gallery. The icon you use in the manifest should also be the icon that is used in the gallery. You need to provide a 280x280 pixel `.png` version of the icon.
68
+
* Ensure that the information in the extension manifest file (`.trex`) matches the content that you will publish in the Tableau Exchange. For example, the `name`, `description` fields are used to populate the name and description fields in the Tableau Exchange. The icon you use in the manifest should also be the icon that is used in the Exchange. You need to provide a 280x280 pixel `.png` version of the icon.
69
69
70
-
For information about getting your extension into the Extension Gallery, see [Submitting your Extension to the Extension Gallery]({{site.baseurl}}/docs/ux_extension_gallery.html){:target="_blank"}.
70
+
For information about getting your extension into the Tableau Exchange, see [Submitting your Extension to the Tableau Exchange]({{site.baseurl}}/docs/ux_extension_gallery.html){:target="_blank"}.
71
71
72
72
For information about designing an extension, see [Design Guidelines for Dashboard Extensions]({{site.baseurl}}/docs/ux_design.html){:target="_blank"}.
Copy file name to clipboardExpand all lines: docs/ux_extension_gallery.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: Submitting your Extension to the Extension Gallery
2
+
title: Submitting your Extension to the Tableau Exchange
3
3
layout: guide
4
4
---
5
5
6
6
7
-
You may be interested in sharing your extension for others to download and use in their dashboards. To submit to our [Extension Gallery](https://extensiongallery.tableau.com/) online, make sure you have the following components gathered.
7
+
You may be interested in sharing your extension for others to download and use in their dashboards. To submit to our [Tableau Exchange](https://exchange.tableau.com/) online, make sure you have the following components gathered.
8
8
9
-
**[Gallery Card](#gallery-card-example)**
9
+
**[Exchange Card](#gallery-card-example)**
10
10
11
11
* Extension Name
12
12
* Extension Icon
13
13
* Tagline
14
14
15
-
**[Gallery Page](#gallery-page-example)**
15
+
**[Exchange Page](#gallery-page-example)**
16
16
17
17
* Description
18
18
* Developer Info
@@ -24,10 +24,10 @@ You may be interested in sharing your extension for others to download and use i
24
24
25
25
---
26
26
27
-
## Gallery Card Example
28
-
This is what an extension looks like to a user while browsing the Extension Gallery.
27
+
## Tableau Exchange Card Example
28
+
This is what an extension looks like to a user while browsing the Tableau Exchange.
@@ -53,4 +53,4 @@ Users reach pages like this when they want to know more about a particular exten
53
53
54
54
## How to Submit your Extension
55
55
56
-
After completing your extension, fill out the [Extension Gallery Submission form](https://tabsoft.co/gallerysubmit){:target="_blank"}{:ref="noopener"} with your information and extension details. The extension name in the template needs to match the name you specified for your extension in the manifest file (`.trex`). The 280x280 pixel `.png` icon that you attach with your submission must look like the icon you included in your manifest file (they just have different dimensions). Our developers from the Developer Platform team at Tableau will let you know the next steps including legal agreements after you submit. If you have any questions about the gallery please send them to [[email protected]]([email protected]){:target="_blank"}{:ref="noopener"}.
56
+
After completing your extension, fill out the [Tableau Exchange Submission form](https://tabsoft.co/gallerysubmit){:target="_blank"}{:ref="noopener"} with your information and extension details. The extension name in the template needs to match the name you specified for your extension in the manifest file (`.trex`). The 280x280 pixel `.png` icon that you attach with your submission must look like the icon you included in your manifest file (they just have different dimensions). Our developers from the Developer Platform team at Tableau will let you know the next steps including legal agreements after you submit. If you have any questions about the Tableau Exchange please send them to [[email protected]]([email protected]){:target="_blank"}{:ref="noopener"}.
0 commit comments