All settings you can find in BeRocket_Wish_List class in static variables $defaults.
public static $defaults = array(
'br_wish_list_general_settings' => array(
'ww_page' => '',
'wish_list' => '',
'wait_list' => '',
),
'br_wish_list_style_settings' => array(
'icon_wish' => 'fa-heart-o',
'icon_wait' => 'fa-clock-o',
'icon_load' => 'fa-cog',
'selected_back_color' => 'FFFFFF',
),
'br_wish_list_text_settings' => array(
'wish_list' => 'Wish List',
'wait_list' => 'Wait List',
'show_wish' => 'Show all products from wish list',
'show_wait' => 'Show all products from wait list',
),
'br_wish_list_javascript_settings' => array(
'before_wish' => '',
'before_wait' => '',
'after_wish' => '',
'after_wait' => '',
),
'br_wish_list_license_settings' => array(
'plugin_key' => '',
),
);
