Jump to content

Custom Hook


Jackson Meira
Go to solution Solved by Alejandro,

Recommended Posts

Hello, I'm going to use this topic so that you can help me with some hooks that I'm having problems with. I'm doing a gradual migration and really figuring out what works and what doesn't.

I used the hook below to be able to select my custom layouts within the Jreviews panel, but it seems to no longer be working.

Clickfwd\Hook\Filter::add('listing_list_layouts', function($options) 
{
		$options = array_merge($options,[
			'blogview'  => 'Blogview',
			'tableview' => 'Tableview',
			'thumbview' => 'Thumbview',
			'customlist'   => 'Custom List',
		]);

	return $options;
});

Thanks!

Captura de tela 2024-09-15 004723.png

Edited by Jackson Meira
Link to comment
×
×
  • Create New...