Skip to content
Snippets Groups Projects
Commit 603a6381 authored by Klap-in's avatar Klap-in
Browse files

add newest plugin types to info plugin

parent 62765857
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,12 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin { ...@@ -81,6 +81,12 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin {
case 'helperplugins': case 'helperplugins':
$this->_plugins_xhtml('helper', $renderer); $this->_plugins_xhtml('helper', $renderer);
break; break;
case 'authplugins':
$this->_plugins_xhtml('auth', $renderer);
break;
case 'remoteplugins':
$this->_plugins_xhtml('remote', $renderer);
break;
case 'helpermethods': case 'helpermethods':
$this->_helpermethods_xhtml($renderer); $this->_helpermethods_xhtml($renderer);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment