Merge branch 'master' of https://github.com/wpopal/opal-estate-pro
This commit is contained in:
@@ -93,13 +93,23 @@ class Opalestate_search_property_results_Elementor_Widget extends Opalestate_Ele
|
||||
$this->add_control(
|
||||
'style',
|
||||
[
|
||||
'label' => esc_html__( 'Style Item Layout', 'opalestate-pro' ),
|
||||
'label' => esc_html__( 'Style Grid Layout', 'opalestate-pro' ),
|
||||
'type' => \Elementor\Controls_Manager::SELECT,
|
||||
'options' => $this->get_template_post_type(),
|
||||
'default' => 'grid',
|
||||
]
|
||||
);
|
||||
|
||||
$this->add_control(
|
||||
'style_list',
|
||||
[
|
||||
'label' => esc_html__( 'Style List Layout', 'opalestate-pro' ),
|
||||
'type' => \Elementor\Controls_Manager::SELECT,
|
||||
'options' => $this->get_template_post_type(),
|
||||
'default' => 'list',
|
||||
]
|
||||
);
|
||||
|
||||
$this->add_control(
|
||||
'column',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user