<?php

namespace ComboStrap;

class DokuWiki
{

    /**
     * When using dokuwiki template as background,
     * there may be conflict, they are resolved
     * with the dokuwiki.css stylesheet
     */
    public const DOKUWIKI_STYLESHEET_ID = "dokuwiki";

    /**
     * Just to list the unsupported feature back
     */
    public const RUN_UNSUPPORTED_DOKUWIKI_FEATURE = false;
}
