HEX
Server: Apache
System: Linux mx52.hostgator.mx 5.14.0-687.12.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 7 14:39:27 EDT 2026 x86_64
User: narrativ (1644)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: /home4/narrativ/wp.narrativa.mx/wp-content/themes/jnews/class/Customizer/sections/font_typekit.php
<?php

$options = array();

$options[] = array(
    'id'            => 'jnews_type_kit_id',
    'transport'     => 'refresh',
    'default'       => '',
    'type'          => 'jnews-text',
    'label'         => esc_html__('Type Kit ID', 'jnews'),
    'description'   => esc_html__('Please input your type kit ID here.', 'jnews')
);

$options[] = array(
    'id'            => 'jnews_type_kit',
    'transport'     => 'postMessage',
    'type'          => 'jnews-repeater',
    'label'         => esc_html__('Name your type kit font', 'jnews' ),
    'description'   => esc_html__('Please provide your type kit name for your theme.', 'jnews'),
    'default'       => array(),
    'row_label'     => array(
        'type' => 'text',
        'value' => esc_attr__( 'Type kit font', 'jnews' ),
        'field' => false,
    ),
    'fields' => array(
        'font_name' => array(
            'type'        => 'text',
            'label'       => esc_attr__( 'Font Name', 'jnews' ),
            'default'     => '',
        ),
    )
);

return $options;