tag() . '.php', $this, true ); } /** * Component and control config * * @return array */ public function own_components() { $components = parent::own_components(); $components = array_merge( [ 'block' => $components['section'] ], $components ); unset( $components['section'] ); unset( $components['shared-styles'] ); return array_merge( $components, $this->group_component() ); } /** * Element info * * @return string|string[][] */ public function info() { return [ 'instructions' => [ 'type' => 'help', 'url' => 'block', 'link' => 'https://help.thrivethemes.com/en/articles/4425843-how-to-use-the-block-element', ], ]; } }