Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix #66
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed May 10, 2020
1 parent 587216f commit 7febdc4
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions sample/sample-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -1240,29 +1240,6 @@
'subsection' => true,
'fields' => array(
array(
'id' => 'section-tester',
'type' => 'section',
'title' => __('Section with Indent', 'redux'),
'indent' => true
),
array(
'id' => 'opt-test-info',
'type' => 'info',
'style' => 'info',
'desc' => __('An info field!', 'redux')
),
array(
'id' => 'opt-test-field',
'type' => 'switch',
'title' => __('A switch field', 'redux'),
'default' => true
),
array(
'id' => 'section-end',
'type' => 'section',
'indent' => false, // Indent all options below until the next 'section' option is set.
),
/* array(
'id' => 'section-start',
'type' => 'section',
'title' => esc_html__( 'Section Example', 'your-domain-here' ),
Expand All @@ -1285,7 +1262,7 @@
'id' => 'section-end',
'type' => 'section',
'indent' => false, // Indent all options below until the next 'section' option is set.
),*/
),
array(
'id' => 'section-info',
'type' => 'info',
Expand Down

0 comments on commit 7febdc4

Please sign in to comment.