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');
|
2015-11-11 22:45:46 +00:00
|
|
|
$meta['useDublinCore'] = array('onoff');
|
2016-12-12 22:57:13 +00:00
|
|
|
$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');
|
2020-08-25 10:13:34 +00:00
|
|
|
$meta['defaultSchemaOrgType'] = array('multichoice', '_choices' => array('Article', 'NewsArticle', 'TechArticle', 'BlogPosting', 'Recipe'));
|
2015-03-25 23:48:00 +00:00
|
|
|
$meta['excludedPages'] = array('regex');
|
2019-10-08 09:07:33 +00:00
|
|
|
$meta['hideMail'] = array('onoff');
|