public function get_options()
 {
     $options = array(array('id' => 'mod_title_callout', 'type' => 'text', 'label' => __('Module Title', 'themify'), 'class' => 'large'), array('id' => 'layout_callout', 'type' => 'layout', 'label' => __('Callout Style', 'themify'), 'options' => array(array('img' => 'callout-button-right.png', 'value' => 'button-right', 'label' => __('Button Right', 'themify')), array('img' => 'callout-button-left.png', 'value' => 'button-left', 'label' => __('Button Left', 'themify')), array('img' => 'callout-button-bottom.png', 'value' => 'button-bottom', 'label' => __('Button Bottom', 'themify')), array('img' => 'callout-button-bottom-center.png', 'value' => 'button-bottom-center', 'label' => __('Button Bottom Center', 'themify')))), array('id' => 'heading_callout', 'type' => 'text', 'label' => __('Callout Heading', 'themify'), 'class' => 'xlarge'), array('id' => 'text_callout', 'type' => 'textarea', 'label' => __('Callout Text', 'themify'), 'class' => 'fullwidth'), array('id' => 'color_callout', 'type' => 'layout', 'label' => __('Callout Color', 'themify'), 'options' => array(array('img' => 'color-default.png', 'value' => 'default', 'label' => __('Default', 'themify')), array('img' => 'color-black.png', 'value' => 'black', 'label' => __('Black', 'themify')), array('img' => 'color-grey.png', 'value' => 'gray', 'label' => __('Gray', 'themify')), array('img' => 'color-blue.png', 'value' => 'blue', 'label' => __('Blue', 'themify')), array('img' => 'color-light-blue.png', 'value' => 'light-blue', 'label' => __('Light-blue', 'themify')), array('img' => 'color-green.png', 'value' => 'green', 'label' => __('Green', 'themify')), array('img' => 'color-light-green.png', 'value' => 'light-green', 'label' => __('Light-green', 'themify')), array('img' => 'color-purple.png', 'value' => 'purple', 'label' => __('Purple', 'themify')), array('img' => 'color-light-purple.png', 'value' => 'light-purple', 'label' => __('Light-purple', 'themify')), array('img' => 'color-brown.png', 'value' => 'brown', 'label' => __('Brown', 'themify')), array('img' => 'color-orange.png', 'value' => 'orange', 'label' => __('Orange', 'themify')), array('img' => 'color-yellow.png', 'value' => 'yellow', 'label' => __('Yellow', 'themify')), array('img' => 'color-red.png', 'value' => 'red', 'label' => __('Red', 'themify')), array('img' => 'color-pink.png', 'value' => 'pink', 'label' => __('Pink', 'themify')), array('img' => 'color-transparent.png', 'value' => 'transparent', 'label' => __('Transparent', 'themify')))), array('id' => 'appearance_callout', 'type' => 'checkbox', 'label' => __('Callout Appearance', 'themify'), 'default' => array('rounded', 'gradient'), 'options' => Themify_Builder_model::get_appearance()), array('id' => 'action_btn_link_callout', 'type' => 'text', 'label' => __('Action Button Link', 'themify'), 'class' => 'xlarge'), array('id' => 'open_link_new_tab_callout', 'type' => 'select', 'label' => __('Open link in a new tab', 'themify'), 'empty' => array('val' => '', 'label' => ''), 'options' => array('yes' => __('Yes', 'themify'), 'no' => __('No', 'themify'))), array('id' => 'action_btn_text_callout', 'type' => 'text', 'label' => __('Action Button Text', 'themify'), 'class' => 'medium'), array('id' => 'action_btn_color_callout', 'type' => 'layout', 'label' => __('Action Button Color', 'themify'), 'options' => array(array('img' => 'color-default.png', 'value' => 'default', 'label' => __('Default', 'themify')), array('img' => 'color-black.png', 'value' => 'black', 'label' => __('Black', 'themify')), array('img' => 'color-grey.png', 'value' => 'gray', 'label' => __('Gray', 'themify')), array('img' => 'color-blue.png', 'value' => 'blue', 'label' => __('Blue', 'themify')), array('img' => 'color-light-blue.png', 'value' => 'light-blue', 'label' => __('Light-blue', 'themify')), array('img' => 'color-green.png', 'value' => 'green', 'label' => __('Green', 'themify')), array('img' => 'color-light-green.png', 'value' => 'light-green', 'label' => __('Light-green', 'themify')), array('img' => 'color-purple.png', 'value' => 'purple', 'label' => __('Purple', 'themify')), array('img' => 'color-light-purple.png', 'value' => 'light-purple', 'label' => __('Light-purple', 'themify')), array('img' => 'color-brown.png', 'value' => 'brown', 'label' => __('Brown', 'themify')), array('img' => 'color-orange.png', 'value' => 'orange', 'label' => __('Orange', 'themify')), array('img' => 'color-yellow.png', 'value' => 'yellow', 'label' => __('Yellow', 'themify')), array('img' => 'color-red.png', 'value' => 'red', 'label' => __('Red', 'themify')), array('img' => 'color-pink.png', 'value' => 'pink', 'label' => __('Pink', 'themify')), array('img' => 'color-transparent.png', 'value' => 'transparent', 'label' => __('Transparent', 'themify')))), array('id' => 'action_btn_appearance_callout', 'type' => 'checkbox', 'label' => __('Action Button Appearance', 'themify'), 'default' => array('rounded', 'gradient'), 'options' => Themify_Builder_Model::get_appearance()));
     return $options;
 }