esc_html__( 'Icon Select', 'your-textdomain-here' ), 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . 'docs.reduxframework.com/extensions/icon-select/', 'subsection' => true, 'fields' => array( array( 'id' => 'icon_select_field', 'type' => 'icon_select', 'title' => esc_html__( 'Icon Select', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Select an icon.', 'your-textdomain-here' ), 'default' => '', 'options' => redux_icon_select_fa_5_free(), // Disable auto-enqueue of stylesheet if present in the panel. 'enqueue' => true, // Disable auto-enqueue of stylesheet on the front-end. 'enqueue_frontend' => false, 'stylesheet' => 'https://use.fontawesome.com/releases/v5.6.3/css/all.css', // If needed to initialize the icon. 'prefix' => 'fa', // How each icons begins for this given font. 'selector' => 'fa-', // Change the height of the container. defaults to 300px; . 'height' => 300, ), ), ) );