On 01/24/2015 07:52 AM, Chris Steipp wrote:
From a security perspective, I like limiting the content models per namespace to a relatively small whitelist. I think it will give more flexibility to anyone coming up with new content type definitions if we don't have to worry about "what happen if someone changes main page to this format" or "how do i write a lossless conversion script from a flow page and back, just in case an admin converts a flow page to my new type and back."
This can already by done by overriding ContentHandler::canBeUsedOn() in individual content handlers.
-- Legoktm