mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-24 05:16:00 +08:00
* [APP-1097] Fix preview load * [APP-1097] Fix preview load * [APP-1097] Fix preview load * Update modules/settings/assets/js/components/widget-loader/index.js --------- Co-authored-by: Raz Ohad <ohad@elementor.com>
12 lines
423 B
JavaScript
12 lines
423 B
JavaScript
export const HELP_LINK = 'https://go.elementor.com/acc-main-help/';
|
|
export const UPGRADE_LINK = 'https://go.elementor.com/';
|
|
export const LEARN_MORE_LINK =
|
|
'https://go.elementor.com/acc-statement-learn-more/';
|
|
|
|
export const SKELETON_OPTIONS = Object.freeze({
|
|
SPEED: 2,
|
|
FOREGROUND_COLOR: '#D9D9D9',
|
|
});
|
|
|
|
export const WIDGET_PREVIEW_ID = 'ea11y-widget-preview--container';
|
|
export const WIDGET_PREVIEW_ROOT = 'ea11y-root';
|