I’m adding a custom acf_options_page, and to better organize the project, I would like to add two custom post types (which I managed to add) and one taxonomy (which I added, but in a hacky way) and a “common” acf_options_sub_page.
My questions are:
1) What’s the proper way to add the taxonomy?
2) How to change the order, in a way that the acf_options_sub_page comes first, then the custom post types and finally the taxonomy?