Jump to content

Recommended Posts

Posted
Quote
  • Changed the order of the autogenerated hook method signature.
  • Added a new class parameter public $similarContent = TRUE|FALSE; to each /extension/core/ContentRouter class to control whether it should show in similar content.

Will this require update resources again to make them compatible?

Posted
1 hour ago, Adriano Faria said:

Will this require update resources again to make them compatible?

Apparently not. Tested a couple of resources and it's ok.

You have to add:

	/**
	 * @brief	Can be shown in similar content
	 */
	public $similarContent = TRUE;

to your ContentRouter extension if you want your content item to be displayed in the similar content widget.

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...