You should be able to implement as many as you need, just repeat https://github.com/WebDevStudios/CMB2-Snippet-Library/tree/master/options-and-settings-pages as necessary.
Depends on how much layout customization you want. Last I knew, they were arranged in the order they’re registered/added, but if you’re wanitng more finite control, you’d have to check on the CSS being used for the plugin and perhaps add your own to override the CSS.
Thread Starter
andrew
(@andrewjtalcott)
I added the code from that link and replaced the “myprefix” with my own prefix, the second options page loads but the metaboxes do not show up on that admin page, it is just a blank page.
Not sure what you did to cause the blank page, but I essentially pasted the contents of that link into one file and changed enough fields to make them work separately.
Personally, I’d recommend getting one set up as necessary, and then duplicate that, change the prefix, change the classname used, change the metabox_id value as well, etc. See where you get from there. I know it’s possible. Just may need to tinker around a little bit more with your settings.