registration: Fix types of ResourceModules properties
authorKunal Mehta <legoktm@gmail.com>
Fri, 29 May 2015 00:31:16 +0000 (17:31 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 29 May 2015 00:54:33 +0000 (17:54 -0700)
commit19989936856ef6323c6e3bf53a41956f6279a1e5
treea4c67f7a22e1fc851b405ecaee68a87f02e31e07
parenta1368a3d9bbeb331c8558e1159514eaccfab2352
registration: Fix types of ResourceModules properties

styles and scripts can both be strings, and that is treated as if that was
the first value in the array.

style can be used as an object, the filename is the key, and value can be an
object that states what media type the stylesheet is for. An example of this
can be seen in the MonoBook skin.

Change-Id: If7d3a220cdccbb1ce096d776592535fe5782a954
docs/extension.schema.json