3

I'd like to disable/hide some content types site-wide so that only Administrators can add them. What would be the best practice to do it? Does GenericSetup provide any XML for such a task or do I need to create a custom import step?

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435

1 Answers1

4

Wouldn't this just be a question of assigning the "Add [Content type]" permission to the appropriate role? (Or creating such a permission if your content type assumes use of the general "add content" permission?)

Jon Stahl
  • 2,090
  • 10
  • 10