-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathextension_properties.json
More file actions
91 lines (91 loc) · 1.95 KB
/
extension_properties.json
File metadata and controls
91 lines (91 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"plugin_type": "widget",
"name": "Nudge",
"edit_page_url": "https://optimizely.github.io/asa/playground/index.html",
"form_schema": [
{
"default_value": "Look here!",
"field_type": "text",
"name": "text",
"label": "A text field",
"options": null
},
{
"default_value": "div:nth-of-type(2) > div:nth-of-type(2)",
"field_type": "selector",
"name": "element_selector",
"label": "Element to Nudge",
"options": null
},
{
"default_value": "Check out this awesome element, you won't want to miss it",
"field_type": "html",
"name": "subtext",
"label": "Subtext",
"options": null
},
{
"default_value": "rgba(95, 145, 180, 1)",
"field_type": "color",
"name": "color",
"label": "Color",
"options": {
"mode": "rgba"
}
},
{
"default_value": "left",
"field_type": "dropdown",
"name": "placement",
"label": "Placement",
"options": {
"choices": [
{
"value": "right",
"label": "Right"
},
{
"value": "left",
"label": "Left"
},
{
"value": "top",
"label": "Top"
},
{
"value": "bottom",
"label": "Bottom"
}
]
}
},
{
"default_value": "rgba(255, 255, 255, 1)",
"field_type": "color",
"name": "text_color",
"label": "Text Color",
"options": {
"mode": "rgba"
}
},
{
"default_value": "always",
"field_type": "dropdown",
"name": "frequency",
"label": "Frequency",
"options": {
"choices": [
{
"value": "once",
"label": "Show once"
},
{
"value": "always",
"label": "Show every time"
}
]
}
}
],
"description": ""
}