mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-12 02:56:08 +09:00
25 lines
441 B
PHP
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' ),
|
|
),
|
|
),
|
|
);
|