dokuwiki-plugin-semantic/conf/default.php

16 lines
432 B
PHP
Raw Normal View History

2015-03-25 23:48:00 +00:00
<?php
/**
* Default settings for the semantic plugin
*
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
*/
$conf['useJSONLD'] = 1;
$conf['defaultSchemaOrgType'] = 'Article';
2016-10-02 21:55:20 +00:00
$conf['exposeWebService'] = 1;
2015-03-25 23:48:00 +00:00
$conf['useMetaDescription'] = 1;
$conf['useMetaAuthor'] = 1;
$conf['useDublinCore'] = 0;
$conf['useOpenGraph'] = 0;
2015-03-25 23:48:00 +00:00
$conf['excludedPages'] = '(wiki|playground)';