orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
715 stars 129 forks source link

Array of objects not working in Dictionary #308

Open nanimokamo opened 9 years ago

nanimokamo commented 9 years ago

I noticed in the documentation that it says "The attribute object relies on aldeed:collection2 and aldeed:autoform. This means that everything that is supported in aldeed:autoform is supported in orion." in regards to adding a dictionary definition. I've tried doing it exactly how it's done in autoform, but can't get the dictionary to create an array of objects. E.g. an array of "Name" and "Email" fields.

Is this a bug, or just not possible?

nicolaslopezj commented 9 years ago

Its a bug. Can I see your code?