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: src/extension_assets/annotationConfig.js
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -399,33 +399,6 @@ export default {
399
399
},
400
400
]
401
401
},
402
-
{
403
-
"name": "Configuration",
404
-
"inputs": [
405
-
{
406
-
"type": "dropdown",
407
-
"label": "Show Controls?",
408
-
"value": "yes",
409
-
"name": "annotationShowControls",
410
-
"tooltip": "Toggle whether to show the icon controls for CRUD operations.",
411
-
"values": [
412
-
{"value": "yes","text": "Yes"},
413
-
{"value": "no","text": "No"}
414
-
]
415
-
},
416
-
{
417
-
"type": "dropdown",
418
-
"label": "Click Through Mode (Caution!)",
419
-
"value": "no",
420
-
"name": "annotationPassThroughMode",
421
-
"tooltip": "Proceed with Caution! This will cause our extension to error if not deployed directly to your Tableau Server! It will toggle whether to allow the extension to try and effect parent dom elements of extension.",
// copies of the Software, and to permit persons to whom the Software is
8
+
// furnished to do so, subject to the following conditions:
9
+
//
10
+
// The above copyright notice and this permission notice shall be included in
11
+
// all copies or substantial portions of the Software.
12
+
//
13
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+
// THE SOFTWARE.
20
+
21
+
exportdefault{
22
+
"config": {
23
+
"steps": [
24
+
{
25
+
"name": "Extension Configuration",
26
+
"title": "Configuration Options",
27
+
"type": "viz_options",
28
+
"groups": [
29
+
{
30
+
"name": "Configuration",
31
+
"inputs": [
32
+
{
33
+
"type": "dropdown",
34
+
"label": "Show Controls?",
35
+
"value": "yes",
36
+
"name": "annotationShowControls",
37
+
"tooltip": "Toggle whether to show the icon controls for CRUD operations. The only way to re-enable them is to re-configure the extension.",
38
+
"values": [
39
+
{"value": "yes","text": "Yes"},
40
+
{"value": "no","text": "No"}
41
+
]
42
+
},
43
+
{
44
+
"type": "dropdown",
45
+
"label": "Click Through Mode (Caution!)",
46
+
"value": "no",
47
+
"name": "annotationPassThroughMode",
48
+
"tooltip": "Proceed with Caution! This will cause our extension to be completely pass through to mouse/keyboard interactions. NOTE: the only way to re-enable interaction is to re-configure the extension.",
0 commit comments