diff options
Diffstat (limited to 'www/framework')
| -rw-r--r-- | www/framework/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/framework/default.nix b/www/framework/default.nix index 92e1ed8..0cc9049 100644 --- a/www/framework/default.nix +++ b/www/framework/default.nix @@ -19,6 +19,12 @@ in default = { }; }; + title = mkOption { + description = "Titel, der bei allen Seiten vorangestellt wird"; + type = types.singleLineStr; + readOnly = true; + }; + files = mkOption { description = '' Dateien, aus denen die Website besteht, als Abbildung vom Dateipfad zum Inhalt |
