Reputation: 712
Hi everyone this is my first Umbraco project, so maybe this's a silly question.
In this project we want to add a new section/application in the umbraco backoffice called "provider" which contains the CRUD operations of our own business model.
After a few days of investigation I couldn't find out the way to create elements for the tree and create a new page to insert the form to make this operations.
Is it correct to create our own model instead of create our own dataType object? which cases it's recommendable to do it and which one not?(use datatype instead of create our own model)
So, is there any tutorial for the backoffice of umbraco7 to make this operations?
thanks in advice
Upvotes: 1
Views: 418
Reputation: 2316
The Umbraco Documentation available below should set you on the right path:
Umbraco Documentation - Section Trees
I also recommend taking a look at the Angular Workbook project here:
https://github.com/umbraco/AngularWorkbook
Upvotes: 2