Fix property pagination.
This commit is contained in:
parent
df02d479bf
commit
b55d26fcb2
@ -316,9 +316,10 @@ class Opalestate_Property_collection_Elementor_Widget extends Opalestate_Element
|
|||||||
'pagination_page_limit',
|
'pagination_page_limit',
|
||||||
[
|
[
|
||||||
'label' => esc_html__( 'Page Limit', 'opalestate-pro' ),
|
'label' => esc_html__( 'Page Limit', 'opalestate-pro' ),
|
||||||
'default' => '5',
|
'type' => Controls_Manager::NUMBER,
|
||||||
|
'default' => '3',
|
||||||
'condition' => [
|
'condition' => [
|
||||||
'pagination_type!' => '',
|
'pagination' => 'show',
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user