mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
Add TemplateData extension
This extension allows documenting template fields. Closes: #103
This commit is contained in:
parent
36925288dd
commit
6abeaa372f
@ -65,6 +65,7 @@ in
|
|||||||
Thanks = null; # Adds a "thank" button
|
Thanks = null; # Adds a "thank" button
|
||||||
Linter = null; # Dependency of DiscussionTools
|
Linter = null; # Dependency of DiscussionTools
|
||||||
Echo = null; # Dependency of DiscussionTools
|
Echo = null; # Dependency of DiscussionTools
|
||||||
|
TemplateData = null; # Allows documenting template fields
|
||||||
} // pkgs.callPackages ./extensions.nix { };
|
} // pkgs.callPackages ./extensions.nix { };
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user