<?php
/**
 * Configuration keys for the DokuWiki Vega-Lite plugin.
 *
 * @package DokuWiki\Plugin\VegaLite
 */

declare(strict_types=1);

if (!defined('DOKU_INC')) {
    die();
}

const CONFIG_LOCATION = 'location';