tag() . '.php', $this, true ); } /** * Component and control config * * @return array */ public function own_components() { return [ 'ct_symbol' => [ 'config' => [], ], ]; } /** * General components that apply to all elements * * @return array */ public function general_components() { return [ 'layout' => [ 'order' => 100, ], 'responsive' => [ 'order' => 140, ], ]; } /** * Element info * * @return string|string[][] */ public function info() { return [ 'instructions' => [ 'type' => 'help', 'url' => 'templates_symbols', 'link' => 'https://help.thrivethemes.com/en/articles/4425777-how-to-use-the-templates-and-symbols-element-formerly-content-template', ], ]; } }