array( 'config' => array( 'SmashType' => array( 'config' => [ 'default' => '', 'name' => __( 'Type', 'thrive-cb' ), 'options' => Main::sb_available_plugins(), ], 'extends' => 'Select', ), 'SmashFeed' => array( 'config' => [ 'default' => '', 'name' => __( 'Feed', 'thrive-cb' ), 'options' => [], ], 'extends' => 'Select', ), ), ), 'layout' => [ 'hidden' => true ], 'responsive' => [ 'hidden' => true ], 'background' => [ 'hidden' => true ], 'typography' => [ 'hidden' => true ], 'borders' => [ 'hidden' => true ], 'animation' => [ 'hidden' => true ], 'shadow' => [ 'hidden' => true ], 'styles-templates' => [ 'hidden' => true ], ); return $components; } /** * Element category that will be displayed in the sidebar * * @return string */ public function category() { return 'Integrations'; } /** * Whether or not this element can be edited while under :hover state * * @return bool */ public function has_hover_state() { return false; } } return new Element( 'smash-balloon' );