Is there a way when using a managed tag provider created by my module, to set the tag editor in the designer to not show certain categories of properties? Basically I want to hide the value props so a user cannot edit them, and not even be able to try. I have been reading through the docs and cant seem to find anything that seems to fit this scenario. This is my first time building a managed tag provider so I may just be missing it.
Edit: Never mind. I was looking at the wrong thing. Using the managed tag provider already gets me the result I want.