Disable/Enable content-type usage per site

Enonic version: 7.2.0
OS: Mint 19

Hello, I’m curious if there is a way to set a content-type enabled or disabled for a site.

Say we have one APP (with content-type A, B, and C) and 2 sites:
In the site 1 I would like the editor to only use content-type A and B;
In the site 2 I would like the editor to only use content-type A and C;

Currently, I don’t think there is a way to do this unless you want to create different apps for each site, where the difference between the apps is what content types are included in the app. But in that case the full content type name will have a different app prefix, so it’s not really a desireable solution in my view.

I know people have had similar requests before, such as this one: Restrict type of content when uploading content into a folder

The solution is as described - simply not add app with the specific content type to your site. You should probably split into different apps, using libs for shared elements.

1 Like