|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/relaunch-kmu/wp-content/themes/Divi/core/code-snippets/app/lib/ |
Upload File : |
export const MODAL_TYPE_SAVE_ITEM = 'save_item'; export const MODAL_TYPE_EDIT_ITEM = 'edit_item'; export const STATE_LOADING = 'loading'; export const STATE_ERROR = 'error'; export const STATE_SUCCESS = 'success'; export const STATE_IDLE = 'idle'; // Capabilities. export const CAP_PORTABILITY = 'portability'; export const CAP_SNIPPET_PORTABILITY = 'et_code_snippets_portability';