This is probably a dumb question, but when creating a new section, where do I save the files? I am trying to follow the tutorial provided by Umbraco (https://our.umbraco.com/documentation/Extending/Section-Trees/Sections/) and I am trying to do the "second" method of registering with c# type. From what I can tell, I need to create two class files, one with the 'section' logic and one with the 'composer' logic. So I have two class files. Where do I put them?
I see that like a bug to have plugin like that because a good package won't need a manual change from Startup.cs which exists on the Umbraco CMS project, I see to report that as a pull request when I have time.
As an answer for you, I forward you to nathanwoulfe which I prefer too as solution for my Umbraco package in short is to create a package project to follow C# devs and maybe Nuget package when you plan for that.
Umbraco 8 Custom Section
This is probably a dumb question, but when creating a new section, where do I save the files? I am trying to follow the tutorial provided by Umbraco (https://our.umbraco.com/documentation/Extending/Section-Trees/Sections/) and I am trying to do the "second" method of registering with c# type. From what I can tell, I need to create two class files, one with the 'section' logic and one with the 'composer' logic. So I have two class files. Where do I put them?
I see that like a bug to have plugin like that because a good package won't need a manual change from
Startup.cs
which exists on the Umbraco CMS project, I see to report that as a pull request when I have time.As an answer for you, I forward you to nathanwoulfe which I prefer too as solution for my Umbraco package in short is to create a package project to follow
C# devs
and maybeNuget
package when you plan for that.is working on a reply...