14 lines
437 B
PHP
14 lines
437 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Options for the icons plugin
|
||
|
*
|
||
|
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
||
|
*/
|
||
|
|
||
|
$meta['useMetaDescription'] = array('onoff');
|
||
|
$meta['useMetaAuthor'] = array('onoff');
|
||
|
$meta['useJSONLD'] = array('onoff');
|
||
|
$meta['defaultSchemaOrgType'] = array('multichoice','_choices' => array('Article', 'NewsArticle', 'TechArticle', 'BlogPosting'));
|
||
|
$meta['excludedPages'] = array('regex');
|
||
|
|