File: /var/www/novotecs.com/wp-content/themes/itfirm/elementor/core/register/ct_list_single.php
<?php
ct_add_custom_widget(
array(
'name' => 'ct_list_single',
'title' => esc_html__('Case List Single', 'itfirm'),
'icon' => 'eicon-editor-list-ul',
'categories' => array(Case_Theme_Core::CT_CATEGORY_NAME),
'scripts' => array(
'ct-inline-css-js',
),
'params' => array(
'sections' => array(
array(
'name' => 'section_list',
'label' => esc_html__('Content', 'itfirm'),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'controls' => array(
array(
'name' => 'list_number',
'label' => esc_html__('Number', 'itfirm' ),
'type' => \Elementor\Controls_Manager::TEXT,
'label_block' => true,
),
array(
'name' => 'list_content',
'label' => esc_html__('Content', 'itfirm' ),
'type' => \Elementor\Controls_Manager::TEXTAREA,
'rows' => 10,
'show_label' => false,
),
array(
'name' => 'ct_animate',
'label' => esc_html__('Case Animate', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => itfirm_animate(),
'default' => '',
),
),
),
array(
'name' => 'style_section',
'label' => esc_html__('Style', 'itfirm' ),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'controls' => array(
array(
'name' => 'content_color',
'label' => esc_html__('Content Color', 'itfirm' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .ct-list-single .ct-list-content' => 'color: {{VALUE}};',
],
),
array(
'name' => 'content_typography',
'label' => esc_html__('Content Typography', 'itfirm' ),
'type' => \Elementor\Group_Control_Typography::get_type(),
'control_type' => 'group',
'selector' => '{{WRAPPER}} .ct-list-single .ct-list-content',
),
array(
'name' => 'color_gr_from',
'label' => esc_html__('Color Gradient From', 'itfirm' ),
'type' => \Elementor\Controls_Manager::COLOR,
),
array(
'name' => 'color_gr_to',
'label' => esc_html__('Color Gradient To', 'itfirm' ),
'type' => \Elementor\Controls_Manager::COLOR,
),
),
),
),
),
),
get_template_directory() . '/elementor/core/widgets/'
);