Skip to content
Snippets Groups Projects
config.js 352 B
Newer Older
  • Learn to ignore specific revisions
  • export const COLOR_PALETTE = [
        "rgb(104, 169, 77)",
        "rgb(102, 75, 154)",
        "rgb(41, 171, 226)",
        "rgb(224, 133, 35)",
        "rgb(214, 207, 126)",
        "rgb(239, 65, 35)",
        "rgb(255, 255, 255)",
    ];
    
    
    // Just renaming a variable which is given by the PHP script. This avoids errors in all other files.
    export const PLUGIN_PATH = plugin_path;