Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
opentype Posted March 31, 2021 Posted March 31, 2021 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.
Solution Adriano Faria Posted March 31, 2021 Solution Posted March 31, 2021 Make sure your configuration method starts with: public function configuration( &$form=null ) { $form = parent::configuration( $form ); opentype 1
Recommended Posts