Home
last modified time | relevance | path

Searched +full:editionnamespace +(+path:plugin +path:editions) -(+path:plugin +path:editions +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/editions/
H A DREADME16 a. the edition namespace (configurable via the `editionNamespace` config option)
H A Daction.php113 $eLink = wl($this->getConf('editionNamespace').':'.$edition.':'.noNS($ID)).'#'.$pid;
150 if ( ($curRootNS == $this->getConf('editionNamespace')) && ($ACT=='show') ) return true;
/plugin/editions/conf/
H A Ddefault.php7 $conf['editionNamespace'] = 'edition';
H A Dmetadata.php7 $meta['editionNamespace'] = array('string');