mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-24 06:58:40 +08:00
* 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
4 lines
238 B
JavaScript
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';
|