Add CSS Extension
This commit is contained in:
parent
d2d1f5ed2a
commit
21aa143d74
@ -77,3 +77,8 @@ RUN git clone --depth 1 \
|
|||||||
RUN git clone --depth 1 \
|
RUN git clone --depth 1 \
|
||||||
https://github.com/gesinn-it/QRLite \
|
https://github.com/gesinn-it/QRLite \
|
||||||
/var/www/html/extensions/QRLite
|
/var/www/html/extensions/QRLite
|
||||||
|
|
||||||
|
# https://www.mediawiki.org/wiki/Extension:CSS
|
||||||
|
RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
|
||||||
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/CSS \
|
||||||
|
/var/www/html/extensions/CSS
|
||||||
|
@ -226,6 +226,8 @@ $wgVirtualRestConfig['modules']['parsoid'] = array(
|
|||||||
|
|
||||||
wfLoadExtension( 'TemplateData' );
|
wfLoadExtension( 'TemplateData' );
|
||||||
|
|
||||||
|
wfLoadExtension( 'CSS' );
|
||||||
|
|
||||||
require_once "$IP/extensions/Widgets/Widgets.php";
|
require_once "$IP/extensions/Widgets/Widgets.php";
|
||||||
|
|
||||||
require_once "$IP/extensions/QRLite/QRLite.php";
|
require_once "$IP/extensions/QRLite/QRLite.php";
|
||||||
|
Loading…
Reference in New Issue
Block a user