PluginProbe
Customify / 2.1.1
Customify v2.1.1
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
customify / settings / css_editor.php

css_editor.php in Customify 2.1.1, at settings/css_editor.php

28 lines 674 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 //not used yet - moved them to a per gallery option
3
4 return array(
5 'type' => 'postbox',
6 'label' => 'CSS Editor',
7 'options' => array(
8 'css_editor' => array(
9 'label' => __( 'Enable CSS Editor', 'customify' ),
10 'default' => true,
11 'type' => 'switch',
12 'show_group' => 'css_editor_group',
13 'display_option' => true
14 ),
15
16 'css_editor_group' => array(
17 'type' => 'group',
18 'options' => array(
19 'css_editor_use_ace' => array(
20 'name' => 'typography_standard_fonts',
21 'label' => __( 'Use Ace Editor?', 'customify' ),
22 'default' => true,
23 'type' => 'switch',
24 )
25 )
26 )
27 )
28 ); # config