Rename block class, separate output

This commit is contained in:
Robin Cornett
2019-06-24 11:15:32 -04:00
parent 52494bb054
commit 1d964b7029
5 changed files with 136 additions and 125 deletions
@@ -0,0 +1,20 @@
<?php
return array(
'blockAlignment' => array(
'type' => 'string',
'default' => '',
),
'className' => array(
'type' => 'string',
'default' => '',
),
'title' => array(
'type' => 'string',
'default' => '',
'args' => array(
'id' => 'title',
'label' => __( 'Title', 'display-featured-image-genesis' ),
),
),
);