From 6502b5ba06021b117b7f1b4e076a7f8495ce0952 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 4 Feb 2015 15:39:14 -0800 Subject: [PATCH] extension.json: Add "VisualEditorPluginModules" to "config" This somehow got missed in the conversion to extension registration. It's being read as an attribute, but also as a Config setting, which throws ConfigExceptions if not set. Change-Id: I261398e269ab60a8787877f8a7ace97c50c2be45 --- extension.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extension.json b/extension.json index 825c93401c..dd1d4f5901 100644 --- a/extension.json +++ b/extension.json @@ -1574,6 +1574,7 @@ }, "VisualEditorUseChangeTagging": true, "VisualEditorDisableForAnons": false, + "VisualEditorPluginModules": [], "VisualEditorShowBetaWelcome": false, "VisualEditorTabPosition": "before", "VisualEditorTabMessages": {