mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-15 12:33:19 +09:00
Update block defaults
This commit is contained in:
@@ -4,10 +4,10 @@ return array(
|
||||
'title' => '',
|
||||
'taxonomy' => 'category',
|
||||
'term' => '',
|
||||
'show_image' => 0,
|
||||
'image_alignment' => '',
|
||||
'show_image' => 1,
|
||||
'image_alignment' => 'alignnone',
|
||||
'image_size' => 'medium',
|
||||
'show_title' => 0,
|
||||
'show_title' => 1,
|
||||
'show_content' => 0,
|
||||
'custom_content' => '',
|
||||
'archive_link' => 0,
|
||||
|
||||
Reference in New Issue
Block a user