fixes #8, -out ./foobar

This commit is contained in:
Sebastian Frank
2019-03-12 13:24:38 +01:00
parent de7931acda
commit 6ad0bb6ed9
2 changed files with 6 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ type CollectionConfig struct {
DataKey string `yaml:"DataKey"`
Hidden bool `yaml:"Hidden"`
Template string `yaml:"Template"`
Recursive bool `yaml:"Recursive"`
//Recursive bool `yaml:"Recursive"`
} `yaml:"NavTemplate"`
}