Home
last modified time | relevance | path

Searched +full:service_url +(+path:plugin +path:diagrams) -(+path:plugin +path:diagrams +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/diagrams/action/
H A Daction.php42 'service_url' => $this->getConf('service_url'),
/plugin/diagrams/conf/
H A Dmetadata.php5 $meta['service_url'] = array('string');
H A Ddefault.php5 $conf['service_url'] = 'https://embed.diagrams.net/?embed=1&proto=json&spin=1&svg-warning=0';
/plugin/diagrams/
H A Dhelper.php40 $confServiceUrl = $this->getConf('service_url'); // like "https://diagrams.xyz.org/?embed=1&..."
/plugin/diagrams/script/
H A DDiagramsEditor.js195 this.#diagramsEditor.src = JSINFO['plugins']['diagrams']['service_url'];