Topic on Extension talk:Lockdown

I can't edit pages protected with Lockdown in the VisualEditor

2
M.J.W.B. (talkcontribs)

I can't edit pages protected with Lockdown in the VisualEditor. Does anyone know how to fix this?

M.J.W.B. (talk) 14:06, 24 March 2024 (UTC)

M.J.W.B. (talkcontribs)

I think I already solved it, by adding this to LocalSettings.php:

$wgVisualEditorAvailableNamespaces = [
        "Category" => true, 
        "Private" => true
    
        ];
Reply to "I can't edit pages protected with Lockdown in the VisualEditor"