From: Gilles Dubuc Date: Mon, 11 Feb 2019 20:39:41 +0000 (+0100) Subject: registration: Define packageFiles for v1 extension schema X-Git-Tag: 1.34.0-rc.0~2846^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=bd2a9bfd97ba8cd55d0346882395da960a9cb936 registration: Define packageFiles for v1 extension schema Follows 56fa42d4332c. Bug: T215756 Change-Id: Icbf433b6b147f53cf99533a7272fc83392a8999d --- diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index fcc41af376..f9b71fbc77 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -253,6 +253,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" } } },