Resolved! How do you turn off or ignore a facet on a new Document type?
I created a new document type that extends a File. I want it to behave like a file except I don't want it to be publishable. What are my options? Is there a way to turn off this facet? Or...do I have to extend from a Document, and include all the s...