array( 'config' => array( 'ForumName' => array( 'config' => array( 'full-width' => true, 'label' => __( 'Forum Name', 'thrive-cb' ), ), 'extends' => 'LabelInput', ), 'URL' => array( 'config' => array( 'full-width' => true, 'label' => __( 'URL', 'thrive-cb' ), 'placeholder' => __( 'http://', 'thrive-cb' ), ), 'extends' => 'LabelInput', ), ), ), 'typography' => [ 'hidden' => true ], 'animation' => [ 'hidden' => true ], 'background' => [ 'hidden' => true ], 'shadow' => [ 'hidden' => true ], 'layout' => [ 'disabled_controls' => [ '.tve-advanced-controls', 'Width', 'Height', 'Alignment', ], ], ); } /** * Element category that will be displayed in the sidebar * * @return string */ public function category() { return static::get_thrive_advanced_label(); } /** * Element info * * @return string|string[][] */ public function info() { return [ 'instructions' => [ 'type' => 'help', 'url' => 'disqus_comments', 'link' => 'https://help.thrivethemes.com/en/articles/4425808-how-to-add-facebook-disqus-comments-in-thrive-architect', ], ]; } }