From: Kunal Mehta Date: Sun, 2 Aug 2015 21:10:23 +0000 (-0700) Subject: registration: Document 'templates' property of ResourceModules objects X-Git-Tag: 1.31.0-rc.0~10540 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=cc88d02e8e97e7cf35267a4b15eeeca92a8d72f7;p=lhc%2Fweb%2Fwiklou.git registration: Document 'templates' property of ResourceModules objects Bug: T107008 Change-Id: Iaac805969460ef114f9e87afe8f6e9f442728670 --- diff --git a/docs/extension.schema.json b/docs/extension.schema.json index c9f8e4204d..1d78eccfc9 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -408,6 +408,10 @@ "bottom", "top" ] + }, + "templates": { + "type": "object", + "description": "Templates to be loaded for client-side usage" } } }