Add inline and block option to event logos

This commit is contained in:
Brian Miyaji
2016-08-19 22:47:23 +10:00
parent 63f41473f8
commit cd68522f8d
5 changed files with 223 additions and 61 deletions

View File

@@ -217,6 +217,17 @@ class SP_Settings_Events extends SP_Settings_Page {
),
apply_filters( 'sportspress_event_logo_options', array(
array(
'title' => __( 'Layout', 'sportspress' ),
'id' => 'sportspress_event_logos_format',
'default' => 'inline',
'type' => 'radio',
'options' => array(
'inline' => __( 'Inline', 'sportspress' ),
'block' => __( 'Block', 'sportspress' ),
),
),
array(
'title' => __( 'Display', 'sportspress' ),
'desc' => __( 'Name', 'sportspress' ),