Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 31, 20214 yr 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.
March 31, 20214 yr Solution Make sure your configuration method starts with: public function configuration( &$form=null ) { $form = parent::configuration( $form );