Forum Discussion
Adam Andersson
Jan 23, 2021Brass Contributor
Updating base content type - Violation?
Hi, I have a Site Script where I add Site Columns to the Site Pages library. My issue is when adding site columns via site script then the Repost Page content type is not inheriting the added col...
Maggan Wåhlin
Nov 10, 2021Iron Contributor
Adam Andersson In my opinion, one should be careful of manipulating a base site content type, because changes you make on it affects all content types inheriting from it (OOTB behaviour). I believe that the best approach is to create a new custom content type which inherits from the base content type. Then add your new site column only to the custom content type.