start_controls_section( 'general_section', [ 'label' => esc_html__( 'General', 'aldstore-dropshipping-for-aliexpress' ), ] ); $repeater = new \Elementor\Repeater(); $repeater->add_control( 'text', [ 'label' => esc_html__( 'Text', 'aldstore-dropshipping-for-aliexpress' ), 'type' => \Elementor\Controls_Manager::TEXT, 'placeholder' => esc_html__( 'Enter your text', 'aldstore-dropshipping-for-aliexpress' ), 'label_block' => true ] ); $this->add_control( 'list', [ 'label' => __( 'List', 'aldstore-dropshipping-for-aliexpress' ), 'type' => \Elementor\Controls_Manager::REPEATER, 'fields' => $repeater->get_controls(), 'title_field' => '{{ text }}', ] ); $this->end_controls_section(); } protected function render() { $atts = $this->get_settings_for_display(); if ( ! empty( $atts['list'] ) ) { $marquee_items = ''; if ( ! empty( $atts['list'] ) ) { foreach ( $atts['list'] as $list ) { if ( ! empty( $list['text'] ) ) { $marquee_items .= '' . esc_html( $list['text'] ) . ''; } } } ?>