Support Forum
Hi
I've been working on integrating MetaBox into a plugin and it has worked well so far. Essentially I have been building a backend administration console that I can hand over to end users of the site which means, depending on the type of site that it is, some of the options I'm building into it won't really be applicable.
The plugin makes extensive use of Settings page, groups and tabs. I had wondering if there is any way that it would be possible to have a 'master' tab that controlled the visibility of other tabs in the settings page but after consulting the documentation and reading through this forum extensively it looks as if this is not currently possible.
Can you suggest any way that it might be possible to do this? I've considered the possibility of a second settings page, installed prior to the main one that would allow the selection of the various options to appear in the main settings page and then build up the settings page from the values that get stored in this other settings page (possibly utilising an external xml file.
Another related question which isn't mentioned in any of the documentation that I've read on using composer to incorporate MetaBox into a plugin. When you yourselves upgrade MetaBox I will obviously need to upgrade my own plugin. Is it simply sufficient to rom 'conposer update'?
Many thanks.