Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagecell
Path: blob/master/contrib/dokuwiki/conf/metadata.php
447 views
1
<?php
2
/**
3
* Options for the sagecell plugin
4
*
5
* @author Jason Grout <[email protected]>
6
*/
7
8
9
$meta['url'] = array('string');
10
$meta['style'] = array('');
11
12
13