[dokuwiki] can't get my plugin to allow Dokuwiki syntax within it

  • From: Jamin Collins <jcollins@xxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 22 Aug 2018 09:09:33 -0600

I'm adding some features to an existing plugin of mine: https://www.dokuwiki.org/plugin:mtg.

I'm trying to allow existing Dokuwiki syntax (like URL links) within my plugin. I've tried changing my plugin's getType() response to either 'container' or 'formatting':

    public function getType()
    {
        return 'formatting';
    }
and adding getAllowedTypes() with the appropriate mode returned in an array.

    public function getAllowedTypes()
    {
        return array('substition');
    }

But have had no success, any pointers?

--
Jamin W. Collins

--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: