views
2 years ago
function-collect-data-4v.php
2 years ago
function-helpers.php
6 years ago
ga.php
2 years ago
options_defaults.json
2 years ago
options_fields.json
2 years ago
options_fields.json
53 lines
| 1 | { |
| 2 | "enabled": "checkbox", |
| 3 | "is_enable_debug_mode": "array", |
| 4 | "tracking_id": "array", |
| 5 | |
| 6 | "cross_domain_enabled": "checkbox", |
| 7 | "cross_domain_accept_incoming": "checkbox", |
| 8 | "cross_domain_domains": "array", |
| 9 | |
| 10 | "comment_event_enabled": "checkbox", |
| 11 | "download_event_enabled": "checkbox", |
| 12 | "form_event_enabled": "checkbox", |
| 13 | |
| 14 | "woo_variable_as_simple": "checkbox", |
| 15 | "woo_variations_use_parent_name": "checkbox", |
| 16 | "woo_content_id": "select", |
| 17 | "woo_content_id_prefix": "text", |
| 18 | "woo_content_id_suffix": "text", |
| 19 | |
| 20 | "woo_purchase_enabled": "checkbox", |
| 21 | "woo_initiate_checkout_enabled": "checkbox", |
| 22 | "woo_remove_from_cart_enabled": "checkbox", |
| 23 | "woo_add_to_cart_enabled": "checkbox", |
| 24 | "woo_view_content_enabled": "checkbox", |
| 25 | "woo_view_category_enabled": "checkbox", |
| 26 | "woo_view_cart_enabled" : "checkbox", |
| 27 | |
| 28 | "edd_content_id": "select", |
| 29 | "edd_content_id_prefix": "text", |
| 30 | "edd_content_id_suffix": "text", |
| 31 | |
| 32 | "edd_purchase_enabled": "checkbox", |
| 33 | "edd_initiate_checkout_enabled": "checkbox", |
| 34 | "edd_remove_from_cart_enabled": "checkbox", |
| 35 | "edd_add_to_cart_enabled": "checkbox", |
| 36 | "edd_view_content_enabled": "checkbox", |
| 37 | "edd_view_category_enabled": "checkbox", |
| 38 | |
| 39 | "disable_advertising_features": "checkbox", |
| 40 | "disable_advertising_personalization": "checkbox", |
| 41 | |
| 42 | "automatic_event_form_enabled": "checkbox", |
| 43 | "automatic_event_signup_enabled": "checkbox", |
| 44 | "automatic_event_login_enabled": "checkbox", |
| 45 | "automatic_event_download_enabled": "checkbox", |
| 46 | "automatic_event_comment_enabled": "checkbox", |
| 47 | "automatic_event_scroll_enabled": "checkbox", |
| 48 | "automatic_event_time_on_page_enabled": "checkbox", |
| 49 | "automatic_event_search_enabled": "checkbox", |
| 50 | |
| 51 | "disable_noscript": "checkbox" |
| 52 | |
| 53 | } |