Fix property pagination.

This commit is contained in:
Hoang Huu 2019-10-17 09:26:02 +07:00
parent df02d479bf
commit b55d26fcb2

@ -316,9 +316,10 @@ class Opalestate_Property_collection_Elementor_Widget extends Opalestate_Element
'pagination_page_limit',
[
'label' => esc_html__( 'Page Limit', 'opalestate-pro' ),
'default' => '5',
'type' => Controls_Manager::NUMBER,
'default' => '3',
'condition' => [
'pagination_type!' => '',
'pagination' => 'show',
],
]
);