"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:
parent
486fcdb86d
commit
13b72d0f7e
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue