Hello Piotr Please provide some more infos what you have done exactly.
Have you followed the "my first content app" tutorial precisely, or have you created your own new app trying to follow the tutorial? What this tutorial is covering only on the surface: the module descriptor and registration of a new workspace. Have you created a new module descriptor? How does it look like? And the same questions for the node-types.xml Please have a look at these 2 file at git - which belong to the documentation "app-tutorial" (described as "my first content app" on the doc page): (1) module descriptor: https://git.magnolia-cms.com/projects/DOCUMENTATION/repos/app-tutorial/browse/src/main/resources/META-INF/magnolia/magnolia-module-app-tutorial.xml (2) node-types: https://git.magnolia-cms.com/projects/DOCUMENTATION/repos/app-tutorial/browse/src/main/resources/mgnl-nodetypes/app-tutorial-nodetypes.xml The tutorial proposes to create a distinct node type for the app - which by the way is not always required. Instead you can just use one of the existing node types. However, if you rely on a deistinct node type, you have to define it in the node-types.xml. (See file 2 above) If you rely on a distinct workspace - which is also proposed by the tutorial - you have to register the new workspace and pointing to your node-types.xml (See file (1) above) I hope this helps, cheers, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=2b52e08a-9051-40c3-8e4c-954c9823dfd2 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------