Topic on Manual talk:$wgNamespaceContentModels

Grzechooo (talkcontribs)

Worth noting is a fact that setting this for a namespace won't retroactively change the content model for pages already existing in that namespace - that is, you'll have to run a query more or less like this: UPDATE `page` SET `page_content_model` = "css" WHERE `page_namespace` = XXX

Reply to "Note"