From 8f16d58114291d22952aa8cb031158b3970d632d Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 12 Jan 2024 08:55:13 -0500 Subject: [PATCH] extension.json: Drop RL targets definitions, no longer honoured Bug: T328497 Change-Id: I3a1f2f7f5e2f723218e515305c6e7ec0fc09faac --- extension.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extension.json b/extension.json index 891a9081..4d91b75e 100644 --- a/extension.json +++ b/extension.json @@ -43,10 +43,6 @@ }, "ResourceModules": { "ext.wikiEditor": { - "targets": [ - "desktop", - "mobile" - ], "group": "ext.wikiEditor", "packageFiles": [ "ext.wikiEditor.js", @@ -268,10 +264,6 @@ ] }, "ext.wikiEditor.styles": { - "targets": [ - "desktop", - "mobile" - ], "group": "ext.wikiEditor", "styles": "ext.wikiEditor.toolbar.styles.less" },