mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Update block defaults
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return array(
|
return array(
|
||||||
'title' => '',
|
'title' => '',
|
||||||
'show_featured_image' => 0,
|
'show_featured_image' => 1,
|
||||||
'featured_image_alignment' => 'alignnone',
|
'featured_image_alignment' => 'alignnone',
|
||||||
'featured_image_size' => 'medium',
|
'featured_image_size' => 'medium',
|
||||||
'gravatar_alignment' => 'left',
|
'gravatar_alignment' => 'left',
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
return array(
|
return array(
|
||||||
'title' => '',
|
'title' => '',
|
||||||
'post_type' => 'post',
|
'post_type' => 'post',
|
||||||
'show_image' => 0,
|
'show_image' => 1,
|
||||||
'image_alignment' => 'alignnone',
|
'image_alignment' => 'alignnone',
|
||||||
'image_size' => 'medium',
|
'image_size' => 'medium',
|
||||||
'show_title' => 0,
|
'show_title' => 1,
|
||||||
'show_content' => 0,
|
'show_content' => 0,
|
||||||
'custom_content' => '',
|
'custom_content' => '',
|
||||||
'archive_link' => 0,
|
'archive_link' => 0,
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ return array(
|
|||||||
'title' => '',
|
'title' => '',
|
||||||
'taxonomy' => 'category',
|
'taxonomy' => 'category',
|
||||||
'term' => '',
|
'term' => '',
|
||||||
'show_image' => 0,
|
'show_image' => 1,
|
||||||
'image_alignment' => '',
|
'image_alignment' => 'alignnone',
|
||||||
'image_size' => 'medium',
|
'image_size' => 'medium',
|
||||||
'show_title' => 0,
|
'show_title' => 1,
|
||||||
'show_content' => 0,
|
'show_content' => 0,
|
||||||
'custom_content' => '',
|
'custom_content' => '',
|
||||||
'archive_link' => 0,
|
'archive_link' => 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user