Closed pk-informatics closed 10 years ago
Thanks for catching that. I have added 'model/seeds/' as a default configuration setting now: it no longer needs to be declared explicitly. It's hard to keep all the docs updated when the pace of development is sometimes fast.
3dadf0c..1abc47a master -> master
Hi,
I have tried to add some custom system settings with repoman (model/seeds/modSystemSetting.php), but they won't be added, i have even added the correct lexicon entries (lexicon/en/default.inc.php), the lexicon entries where added to the db!
I have also tried to install the repo-starter package => same result there without any changes to the default files
Modx: 2.3.2 Advanced Repoman: latest Master
After some searching i have found the solution: "seeds_path": ["model/seeds/"], was missing, maybe these should be added to the repo-starter demo and/or should be added to repoman as default search path for seeds as mentioned here: https://github.com/craftsmancoding/repoman/wiki/Configuration-Attributes