Update block defaults

This commit is contained in:
Robin Cornett
2019-10-23 18:51:44 -04:00
parent bdb3e48a5d
commit 472482ce66
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
return array(
'title' => '',
'post_type' => 'post',
'show_image' => 0,
'show_image' => 1,
'image_alignment' => 'alignnone',
'image_size' => 'medium',
'show_title' => 0,
'show_title' => 1,
'show_content' => 0,
'custom_content' => '',
'archive_link' => 0,