Condition in Repeat not work
-
Hi support,
I read your document for creating repeat with condition but it is not work .
This is code example:
$this->add_control( ? ? ? ? ? ? ? ? 'display_content', ? ? ? ? ? ? ? ? [ ? ? ? ? ? ? ? ? ? ? 'label' => esc_html__( 'Display Content', 'textdomain' ), ? ? ? ? ? ? ? ? ? ? 'type' => \Elementor\Controls_Manager::SWITCHER, ? ? ? ? ? ? ? ? ? ? 'label_on' => esc_html__( 'Yes', 'textdomain' ), ? ? ? ? ? ? ? ? ? ? 'label_off' => esc_html__( 'No', 'textdomain' ), ? ? ? ? ? ? ? ? ? ? 'return_value' => 'yes', ? ? ? ? ? ? ? ? ? ? 'default' => 'yes', ? ? ? ? ? ? ? ? ] ? ? ? ? ? ? ); ? ? ? ? ? ? $this->add_control( ? ? ? ? ? ? ? ? 'list', ? ? ? ? ? ? ? ? [ ? ? ? ? ? ? ? ? ? ? 'label' => esc_html__( 'Repeater List', 'textdomain' ), ? ? ? ? ? ? ? ? ? ? 'type' => \Elementor\Controls_Manager::REPEATER, ? ? ? ? ? ? ? ? ? ? 'fields' => [ ? ? ? ? ? ? ? ? ? ? ? ? [ ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'name' => 'list_title', ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'label' => esc_html__( 'Title', 'textdomain' ), ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'type' => \Elementor\Controls_Manager::TEXT, ? ? ? ? ? ? ? ? ? ? ? ? ], ? ? ? ? ? ? ? ? ? ? ? ? [ ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'name' => 'list_content', ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'label' => esc_html__( 'Content', 'textdomain' ), ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'type' => \Elementor\Controls_Manager::WYSIWYG, ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'condition' => [ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'display_content' => 'yes', ? ? ? ? ? ? ? ? ? ? ? ? ? ? ], ? ? ? ? ? ? ? ? ? ? ? ? ], ? ? ? ? ? ? ? ? ? ? ], ? ? ? ? ? ? ? ? ] ? ? ? ? ? ? );
Please check again
Regard,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Condition in Repeat not work’ is closed to new replies.