"Enable 'site' and 'site.styles' modules on mobile target (take 2)

Will be used by MobileFrontend in I26644f49dff5.

Bug: T237050
Bug: T127268
Change-Id: I5166797d9b02346eda09ea86ad4056e466a891d3
This commit is contained in:
Jdlrobson 2020-01-14 00:04:32 +00:00
parent 486fcdb86d
commit 13b72d0f7e
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@
* @internal
*/
class ResourceLoaderSiteModule extends ResourceLoaderWikiModule {
/** @var string[] What client platforms the module targets (e.g. desktop, mobile) */
protected $targets = [ 'desktop', 'mobile' ];
/**
* Get list of pages used by this module

View file

@ -27,6 +27,8 @@
* @internal
*/
class ResourceLoaderSiteStylesModule extends ResourceLoaderWikiModule {
/** @var string[] What client platforms the module targets (e.g. desktop, mobile) */
protected $targets = [ 'desktop', 'mobile' ];
/**
* Get list of pages used by this module