*/ public function toArray($request) { return parent::toArray($request); } /** * @return array */ public static function meta(): array { return [ 'fields' => [ [ 'id' => 'TextField', 'name' => 'Text', ] ], 'links' => [ 'store' => route('formtemplate.store'), ], 'default' => [ 'name' => '', 'config' => [ 'sections' => [], ] ], 'section_default' => [ 'fields' => [], ] ]; } }