-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguage.json
More file actions
28 lines (28 loc) · 810 Bytes
/
language.json
File metadata and controls
28 lines (28 loc) · 810 Bytes
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
[
{
"key": "button-color",
"value": "#E35252",
"type": "Color Selector",
"attachment": null,
"attachment_file_name": null,
"attachment_content_type": null,
"dynamic_css": ".cf-button.address_search_button {\r\n background-color: {{value}};\r\n cursor: pointer;\r\n}\r\n.cf-button.address_search_button:hover {\r\n background-color: #000000;\r\n}",
"show_in_toolbar": false,
"select_values": null,
"custom_class": "",
"boolean_selector": false
},
{
"key": "submit_buttton",
"value": "GO",
"type": "Short Text",
"attachment": null,
"attachment_file_name": null,
"attachment_content_type": null,
"dynamic_css": "",
"show_in_toolbar": false,
"select_values": null,
"custom_class": "",
"boolean_selector": false
}
]