CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Allow database schema to be registered in code #304

Closed FilipNest closed 7 years ago

FilipNest commented 7 years ago

Allow schema to be registered in code either as content entities or hidden from the content screens. Useful for storing data like revisions that you don't want to appear in the content screen. Code also allows dynamic bulk creation of entity types. For standard entities the JSON file method is still the recommended option.