Files
display-featured-image-genesis/includes/widgets/fields/blocks-attributes.php
T
2019-10-24 17:07:15 -04:00

25 lines
441 B
PHP

<?php
return array(
'blockAlignment' => array(
'type' => 'string',
'default' => '',
),
'alignment' => array(
'type' => 'string',
'default' => '',
),
'className' => array(
'type' => 'string',
'default' => '',
),
'title' => array(
'type' => 'string',
'default' => '',
'args' => array(
'id' => 'title',
'label' => __( 'Title', 'display-featured-image-genesis' ),
),
),
);