mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
21 lines
365 B
PHP
21 lines
365 B
PHP
<?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' ),
|
|
),
|
|
),
|
|
);
|