mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +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
|
||||
Linter = null; # Dependency of DiscussionTools
|
||||
Echo = null; # Dependency of DiscussionTools
|
||||
TemplateData = null; # Allows documenting template fields
|
||||
} // pkgs.callPackages ./extensions.nix { };
|
||||
extraConfig = ''
|
||||
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
||||
|
Loading…
x
Reference in New Issue
Block a user