XylotrechusZ
XylotrechusZ Shell
: /home/mjbynoyq/binmubashirfragrances.com/wp-content/themes/doma/inc/customize/options/ [ drwxr-xr-x ]
<?php
/**
* Customize for Site
*/
return [
[
'name' => 'zoo_general',
'type' => 'section',
'label' => esc_html__('General', 'doma'),
'priority'=>0
],
[
'name' => 'zoo_site_layout',
'type' => 'select',
'section' => 'zoo_general',
'title' => esc_html__('Site Layout', 'doma'),
'description' => esc_html__('Config Layout for site', 'doma'),
'default' => 'normal',
'choices' => [
'normal' => esc_html__('Normal', 'doma'),
'boxed' => esc_html__('Boxed', 'doma'),
'full-width' => esc_html__('Full Width', 'doma'),
]
],[
'name' => 'zoo_site_max_width',
'type' => 'number',
'section' => 'zoo_general',
'title' => esc_html__('Site Max Width', 'doma'),
'description' => esc_html__('Max width content of site. Leave it blank or 0, size max width will full width.', 'doma'),
'default' => '1400',
],[
'name' => 'zoo_disable_breadcrumbs',
'type' => 'checkbox',
'section' => 'zoo_general',
'title' => esc_html__('Disable Breadcrumbs', 'doma'),
'default' => 0,
'checkbox_label' => esc_html__('Breadcrumbs will remove if checked.', 'doma'),
],[
'name' => 'zoo_disable_emojis',
'type' => 'checkbox',
'section' => 'zoo_general',
'title' => esc_html__('Disable Emojis', 'doma'),
'default' => 1,
'checkbox_label' => esc_html__('Emojis will remove if checked.', 'doma'),
],[
'name' => 'zoo_enable_lazy_image',
'type' => 'checkbox',
'section' => 'zoo_general',
'title' => esc_html__('Enable Lazy Load Images', 'doma'),
'default' => 1,
'checkbox_label' => esc_html__('Enable Lazy Load Images if checked.', 'doma'),
],[
'name' => 'zoo_using_adaptive_image',
'type' => 'checkbox',
'section' => 'zoo_general',
'title' => esc_html__('Using Adaptive Images', 'doma'),
'required' => ['zoo_enable_lazy_image', '==', 1],
'default' => 1,
'checkbox_label' => esc_html__('Using adaptive image for lazy load image. Disable if want use placeholder image for lazy load image.', 'doma'),
],[
'name' => 'zoo_enable_site_meta',
'type' => 'checkbox',
'section' => 'zoo_general',
'title' => esc_html__('Enable Site Meta', 'doma'),
'default' => 0,
'checkbox_label' => esc_html__('Show post thumbnail, title, description when share.', 'doma'),
],[
'name' => 'zoo_enable_back_top_top',
'type' => 'checkbox',
'section' => 'zoo_general',
'title' => esc_html__('Enable Back to Top', 'doma'),
'default' => 1,
'checkbox_label' => esc_html__('Show button back to top.', 'doma'),
],
];