User talk:Mplewis: Difference between revisions

From DominionStrategy Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
<syntaxhighlight lang=php>$wgNativeImageLazyLoading = true;</syntaxhighlight>
<syntaxhighlight lang=php>$wgNativeImageLazyLoading = true;</syntaxhighlight>
Is this variable currently set to true? –[[user_talk:wikiwikiwiki|wikiwikiwiki]] 23:40, 16 September 2024 (UTC)
Is this variable currently set to true? –[[user_talk:wikiwikiwiki|wikiwikiwiki]] 23:40, 16 September 2024 (UTC)
==CodeMirror v6==
Probably want to update CodeMirror to v6 as soon as it is out of beta, so we can add json syntax support:
https://m.mediawiki.org/wiki/Extension:CodeMirror/6#Extensions

Revision as of 23:52, 16 September 2024

LazyLoad Images

$wgNativeImageLazyLoading = true;

Is this variable currently set to true? –wikiwikiwiki 23:40, 16 September 2024 (UTC)

CodeMirror v6

Probably want to update CodeMirror to v6 as soon as it is out of beta, so we can add json syntax support: https://m.mediawiki.org/wiki/Extension:CodeMirror/6#Extensions