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

  • From: Jamin Collins <jcollins@xxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 12 Sep 2018 08:41:51 -0600

Anyone?

On 8/22/18 9:09 AM, Jamin Collins wrote:

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: