Hi,
I have an item that I want to stop inheriting from another one.
- I can't do it through the UI
- I updated both the XML and the ItemTypeDefinitions tablel by removing the inherits attribute value
-
update ItemTypeDefinitions Set ItemTypeDefinitionsMetadata = Replace(ItemTypeDefinitionsMetadata, ' inherits="Layout"', ' inherits=""') where ItemTypeDefinitionsSystemName = 'StandardParagraph'
-
- I went to the backend and I cannot see my Item (although it's still in the DB)
- And when I go to a paragraph in the backend, it does not recognize the item
What am I doing wrong?
In the end I will be deleting that "old" Item
Best Regards,
Nuno Aguiar