one-click-accessibility/modules/settings/assets/js/constants/index.js
Nirbhay Singh 74712192ef
[APP-711] Widget preview (#130)
* add: dynamic script loader for widget

* update: settings name

* update: settings save function and comments

* update: tools settings object structure

* add: widget preview section

* update: added setting page slug as a constant

* update: enqueue widget for preview in the settings

* add: widget icon assets link

* add: widget icon svgs

* update: store widget url in a constant

* update: store widget url in a constant

* update: trigger widget preview update on menu item changes

* update: remove the icon option from the frontend.

* update: add widget URL

* update: plan data setting type

* update: widget plan url

* update: widget plan url and parse plan data

* fix: phpcs error ext-json missing

* fix: widget url

* fix: save and use plan data as a serialized option

* fix: use template string for widget url
2025-01-09 13:33:54 +05:30

4 lines
238 B
JavaScript

export const HELP_LINK = 'https://go.elementor.com/';
export const UPGRADE_LINK = 'https://go.elementor.com/';
export const BILLING_LINK = 'https://my.elementor.com/';
export const WIDGET_URL = 'https://cdn.elementor.com/a11y/widget.js';