1 $this->add_control(
2 'widget_title',
3 [
4 'label' => __( 'Title', 'plugin-domain' ),
5 'type' => \Elementor\Controls_Manager::TEXT,
6 'default' => __( 'Default title', 'plugin-domain' ),
7 'placeholder' => __( 'Type your title here', 'plugin-domain' ),
8 ]
9 );
10