Files
display-featured-image-genesis/includes/widgets/fields/blocks-attributes.php
T

21 lines
365 B
PHP
Raw Normal View History

2019-06-24 11:15:32 -04:00
<?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' ),
),
),
);