xref: /plugin/mermaid/conf/config_keys.php (revision b566ae41d43f34982a49c783a4196e63d98ad341)
1<?php
2/**
3 * Configuration keys for the DokuWiki Mermaid plugin.
4 *
5 * @package DokuWiki\Plugin\Mermaid
6 */
7
8declare(strict_types=1);
9
10if (!defined('DOKU_INC')) {
11    die();
12}
13
14const CONFIG_LOCATION = 'location';
15const CONFIG_THEME = 'theme';
16const CONFIG_LOOK = 'look';
17const CONFIG_LOG_LEVEL = 'logLevel';