User talk:Mplewis: Difference between revisions

From DominionStrategy Wiki
Jump to navigation Jump to search
No edit summary
After the content model change to json, it actually already has syntax support.
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==
[https://m.mediawiki.org/wiki/Extension:CodeMirror/6#Extensions Extension:CodeMirror/6#Extensions]
Probably want to update CodeMirror to v6 as soon as it is out of beta, so we can add json syntax support. –[[user_talk:wikiwikiwiki|wikiwikiwiki]] 23:52, 16 September 2024 (UTC)


==JSON==
==JSON==
I found out you can change the content model of a page to JSON. So I guess we don't need .json file uploads after all. –[[user_talk:wikiwikiwiki|wikiwikiwiki]] 23:14, 17 September 2024 (UTC)
I found out you can change the content model of a page to JSON. So I guess we don't need .json file uploads after all. –[[user_talk:wikiwikiwiki|wikiwikiwiki]] 23:14, 17 September 2024 (UTC)

Revision as of 23:18, 17 September 2024

LazyLoad Images

$wgNativeImageLazyLoading = true;

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

JSON

I found out you can change the content model of a page to JSON. So I guess we don't need .json file uploads after all. –wikiwikiwiki 23:14, 17 September 2024 (UTC)