diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2023-08-18 20:49:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2023-08-18 20:49:17 +0000 |
commit | 38ae6adbc5163986d3d96fbb1c9f73b68c17ca51 (patch) | |
tree | 6e99d86119c12d6c0c52fe9a19b4dba7a1160504 /docs | |
parent | 3282d4cb1a28eec75e47b41ad6a9839c4ef6a623 (diff) | |
parent | c7ee0dbf96a27a99fbeab269815133d595ee350e (diff) | |
download | mediawikicore-38ae6adbc5163986d3d96fbb1c9f73b68c17ca51.tar.gz mediawikicore-38ae6adbc5163986d3d96fbb1c9f73b68c17ca51.zip |
Merge "ResourceLoader: Document the clientPrefs system and make Skin option"
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/config-schema.yaml | 10 | ||||
-rwxr-xr-x | docs/config-vars.php | 6 |
2 files changed, 0 insertions, 16 deletions
diff --git a/docs/config-schema.yaml b/docs/config-schema.yaml index 9f66140cc72f..668763480dfd 100755 --- a/docs/config-schema.yaml +++ b/docs/config-schema.yaml @@ -3215,16 +3215,6 @@ config-schema: via the `useskin` query parameter. To uninstall a skin, remove its inclusion from LocalSettings.php. @see \SkinFactory::getAllowedSkins - ResourceLoaderClientPreferences: - default: false - description: |- - Enable client-side preferences for unregistered users. - This is only supported for unregistered users. For registered users, skins - and extensions must use user preferences (e.g. hidden or API-only options) - and swap class names server-side through the Skin interface. - @warning EXPERIMENTAL! - @since 1.40 - @see \MediaWiki\ResourceLoader\ClientHtml DisableOutputCompression: default: false description: 'Disable output compression (enabled by default if zlib is available)' diff --git a/docs/config-vars.php b/docs/config-vars.php index 4b3755b106b3..22428f21294b 100755 --- a/docs/config-vars.php +++ b/docs/config-vars.php @@ -1976,12 +1976,6 @@ $wgFallbackSkin = null; $wgSkipSkins = null; /** - * Config variable stub for the ResourceLoaderClientPreferences setting, for use by phpdoc and IDEs. - * @see MediaWiki\MainConfigSchema::ResourceLoaderClientPreferences - */ -$wgResourceLoaderClientPreferences = null; - -/** * Config variable stub for the DisableOutputCompression setting, for use by phpdoc and IDEs. * @see MediaWiki\MainConfigSchema::DisableOutputCompression */ |