Hiding Attributes on Page Properties Dialog

Permalink
Does anyone know if its possible to hide attribute fields from being visible on the Page Properties (custom attributes tab) dialog?

I have a package that I'm custom developing for someone that uses a large number attributes. However, I only need a few of them to be visible for selection on the front end dialog. Is is possible to do this somehow?

Also, is it possible to do this upon package installation? If so, how?

PineCreativeLabs
 
jshannon replied on at Permalink Reply
jshannon
There's a property or two of the attributes, like isInternal or isSystem or something (or all) that you can set on creation (ie, when you call ::add()). Check those out.

They're not particularly well documented (hah!) so make sure you either search through the codebase to see where they're used, or do a lot of testing. I remember having a similar use case as you, and tried using them, but then found that I couldn't search by the attribute or something.....