dokuwiki-plugin-semantic/conf/metadata.php

17 lines
639 B
PHP
Raw Permalink Normal View History

2015-03-25 23:48:00 +00:00
<?php
/**
* Options for the icons plugin
*
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
*/
$meta['useMetaDescription'] = array('onoff');
$meta['useMetaAuthor'] = array('onoff');
$meta['useDublinCore'] = array('onoff');
$meta['useOpenGraph'] = array('onoff');
2015-03-25 23:48:00 +00:00
$meta['useJSONLD'] = array('onoff');
2016-10-02 21:55:20 +00:00
$meta['exposeWebService'] = array('onoff');
$meta['defaultSchemaOrgType'] = array('multichoice', '_choices' => array('Article', 'NewsArticle', 'TechArticle', 'BlogPosting', 'Recipe'));
2015-03-25 23:48:00 +00:00
$meta['excludedPages'] = array('regex');
$meta['hideMail'] = array('onoff');