From: Gilles Dubuc Date: Mon, 11 Feb 2019 09:53:09 +0000 (+0100) Subject: Add ability to define packageFiles in extension.json X-Git-Tag: 1.34.0-rc.0~2848^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E//%22%22?a=commitdiff_plain;h=2996a9a0e432c0234bf150c1545b73ac8383aa5a;p=lhc%2Fweb%2Fwiklou.git Add ability to define packageFiles in extension.json Bug: T215756 Change-Id: I97c3ccc13c54b424952ce15509b98a217b2670b1 --- diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index d561638905..15a1590126 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -254,6 +254,10 @@ "noflip": { "type": "boolean", "description": "Whether to skip CSSJanus LTR-to-RTL flipping for this module. Recommended for styles imported from libraries that already properly handle their RTL styles. Default is false, meaning CSSJanus will be applied on RTL-mode output." + }, + "packageFiles": { + "type": ["object", "array"], + "description": "Package files that can be require()d" } } },