I can't edit pages protected with Lockdown in the VisualEditor. Does anyone know how to fix this?
Topic on Extension talk:Lockdown
Appearance
I think I already solved it, by adding this to LocalSettings.php:
$wgVisualEditorAvailableNamespaces = [ "Category" => true, "Private" => true ];