Jump to content

Featured Replies

Posted

I’m updating a plugin to 4.5 which contains widgets. The widget settings now automatically contain a Visibility tab—but it’s empty. 

How is that controlled? How to add the actual visibility settings? Or how to turn that off? I checked the forum and the developer section, but I don’t see any information about this. 

81684570_Bildschirmfoto2021-03-31um16_19_50.png.3207707446eb43320692a1d2e14a05dc.png

Solved by Adriano Faria

Go to solution
  • Solution

Make sure your configuration method starts with:

	public function configuration( &$form=null )
 	{
		$form = parent::configuration( $form );

 

Recently Browsing 0

  • No registered users viewing this page.