'blog-display'=>'content',// the default setting of the theme: 'content', 'excerpt' or array( 'content', 'excerpt' ) for themes mixing both display.
'author-bio'=>true,// display or not the author bio: true or false.
'author-bio-default'=>false,// the default setting of the author bio, if it's being displayed or not: true or false (only required if false).
'avatar-default'=>true,// display or not the default avatar for the author bio: true or false.
'masonry'=>'.site-main',// a CSS selector matching the elements that triggers a masonry refresh if the theme is using a masonry layout.
'post-details'=>array(
'stylesheet'=>'themeslug-style',// name of the theme's stylesheet.
'date'=>'.posted-on',// a CSS selector matching the elements that display the post date.
'categories'=>'.cat-links',// a CSS selector matching the elements that display the post categories.
'tags'=>'.tags-links',// a CSS selector matching the elements that display the post tags.
'author'=>'.byline',// a CSS selector matching the elements that display the post author.
'comment'=>'.comments-link',// a CSS selector matching the elements that display the comment link.
),
'featured-images'=>array(
'archive'=>true,// enable or not the featured image check for archive pages: true or false.
'archive-default'=>false,// the default setting of the featured image on archive pages, if it's being displayed or not: true or false (only required if false).
'post'=>true,// enable or not the featured image check for single posts: true or false.
'post-default'=>false,// the default setting of the featured image on single posts, if it's being displayed or not: true or false (only required if false).
'page'=>true,// enable or not the featured image check for single pages: true or false.
'page-default'=>false,// the default setting of the featured image on single pages, if it's being displayed or not: true or false (only required if false).
'portfolio'=>true,// enable or not the featured image check for single projects: true or false.
'portfolio-default'=>false,// the default setting of the featured image on single projects, if it's being displayed or not: true or false (only required if false).
'fallback'=>true,// enable or not the featured image fallback: true or false.
'fallback-default'=>true,// the default setting for featured image fallbacks: true or false (only required if false)