meteor-starter
meteor-starter copied to clipboard
New (undocumented) AdminConfig options without effect
The configuration of the collections in https://github.com/yogiben/meteor-starter/blob/master/lib/_config/adminConfig.coffee contains new attributes like
- auxCollections
- collection
- collection_property
They seem to be without effect. I'd need at least something like auxCollections for my own project. Will this be the final syntax? If so, I could prepare a pull request for meteor-admin.
These properties are obsolete now and config need to be updated. Nice catch, thanks.