Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
www
/
wp-content
/
themes
/
Divi
/
core
/
code-snippets
/
app
/
lib
/
/home/ophq1335/www/wp-content/themes/Divi/core/code-snippets/app/lib/constants.js
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';