[ 'config' => [], ], 'typography' => [ 'hidden' => true ], 'borders' => [ 'hidden' => true ], 'animation' => [ 'hidden' => true ], 'background' => [ 'hidden' => true ], 'shadow' => [ 'hidden' => true ], 'layout' => [ 'disabled_controls' => [], ], ]; } /** * 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' => 'wordpress_content', 'link' => 'https://help.thrivethemes.com/en/articles/4425781-how-to-use-the-wordpress-content-element', ], ]; } }