forked from Fediversity/Fediversity
formatting
This commit is contained in:
parent
2595511a38
commit
e531e861ce
|
@ -22,8 +22,7 @@ in
|
|||
type = with types; attrsOf (submodule config.content-types.page);
|
||||
};
|
||||
|
||||
options.collections = mkOption
|
||||
{
|
||||
options.collections = mkOption {
|
||||
description = ''
|
||||
Named collections of unnamed pages
|
||||
|
||||
|
@ -66,8 +65,7 @@ in
|
|||
example = [ "." ];
|
||||
default = [ config.name ];
|
||||
};
|
||||
entry = mkOption
|
||||
{
|
||||
entry = mkOption {
|
||||
description = "An entry in the collection";
|
||||
type = types.collection (types.submodule ({
|
||||
imports = [ config.type ];
|
||||
|
|
Loading…
Reference in a new issue