mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-12 08:29:30 +02:00
fix page option
This commit is contained in:
@ -34,9 +34,11 @@ in
|
|||||||
passwordSender = "wiki@wiki.nixos.org";
|
passwordSender = "wiki@wiki.nixos.org";
|
||||||
noReplyAddress = "wiki-no-reply@wiki.nixos.org";
|
noReplyAddress = "wiki-no-reply@wiki.nixos.org";
|
||||||
pages = {
|
pages = {
|
||||||
"common.css.wiki" = {
|
pageConfig = {
|
||||||
title = "Common.css";
|
"common.css.wiki" = {
|
||||||
namespace = "MediaWiki";
|
title = "Common.css";
|
||||||
|
namespace = "MediaWiki";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user