Sindbad~EG File Manager
<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
* customizer option: general
*/
$options =[
'style_settings' => [
'title' => esc_html__( 'Style settings', 'turitor' ),
'options' => [
'style_body_bg' => [
'label' => esc_html__( 'Body background', 'turitor' ),
'desc' => esc_html__( 'Site\'s main background color.', 'turitor' ),
'type' => 'color-picker',
],
'style_primary' => [
'label' => esc_html__( 'Primary color', 'turitor' ),
'desc' => esc_html__( 'Site\'s main color.', 'turitor' ),
'type' => 'color-picker',
],
'style_secondary' => [
'label' => esc_html__( 'Secondary color', 'turitor' ),
'desc' => esc_html__( 'Site\'s main color.', 'turitor' ),
'type' => 'color-picker',
],
'title_color' => [
'label' => esc_html__( 'Title color', 'turitor' ),
'desc' => esc_html__( 'title color.', 'turitor' ),
'type' => 'color-picker',
],
'body_font' => array(
'type' => 'typography-v2',
'label' => esc_html__('Body Font', 'turitor'),
'desc' => esc_html__('Choose the typography for the title', 'turitor'),
'value' => array(
'family' => 'Rubik',
'size' => '16',
'weight' => '400',
),
'components' => array(
'family' => true,
'size' => true,
'line-height' => false,
'letter-spacing' => false,
'color' => false,
),
),
'heading_font_one' => [
'type' => 'typography-v2',
'value' => [
'family' => 'Roboto',
'size' => '',
'font-weight' => '700',
],
'components' => [
'family' => true,
'size' => true,
'line-height' => false,
'letter-spacing' => false,
'color' => false,
'font-weight' => true,
],
'label' => esc_html__( 'Heading H1 Fonts', 'turitor' ),
'desc' => esc_html__( 'This is for heading google fonts', 'turitor' ),
],
'heading_font_two' => [
'type' => 'typography-v2',
'value' => [
'family' => 'Roboto',
'size' => '',
'font-weight' => '700',
],
'components' => [
'family' => true,
'size' => true,
'line-height' => false,
'letter-spacing' => false,
'color' => false,
'font-weight' => true,
],
'label' => esc_html__( 'Heading H2 Fonts', 'turitor' ),
'desc' => esc_html__( 'This is for heading google fonts', 'turitor' ),
],
'heading_font_three' => [
'type' => 'typography-v2',
'value' => [
'family' => 'Roboto',
'size' => '',
'font-weight' => '700',
],
'components' => [
'family' => true,
'size' => true,
'line-height' => false,
'letter-spacing' => false,
'color' => false,
'font-weight' => true,
],
'label' => esc_html__( 'Heading H3 Fonts', 'turitor' ),
'desc' => esc_html__( 'This is for heading google fonts', 'turitor' ),
],
'heading_font_four' => [
'type' => 'typography-v2',
'value' => [
'family' => 'Roboto',
'size' => '',
'font-weight' => '700',
],
'components' => [
'family' => true,
'size' => true,
'line-height' => false,
'letter-spacing' => false,
'color' => false,
'font-weight' => true,
],
'label' => esc_html__( 'Heading H4 Fonts', 'turitor' ),
'desc' => esc_html__( 'This is for heading google fonts', 'turitor' ),
],
],
],
];
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists