I want to create a new Page Element type. I just want to add a new section to the list of available sections. I cannot figure out how to add a new section.
I have created the partial view and doc type. It doesnt show up in the list of available Page Elements.
Is there documentation on how to do this?
I am new to Umbraco, long time professional dev.
any help is appreciated. let me know if further clarification is needed
Glad to hear! In order to get your new section working, though, you should go to the PageSectionRenderer.cshtml file and add your doctype and partial view there - see the rest of the code, it's very easy to figure out what to do.
How To Add New Page Element Type
Hi,
I want to create a new Page Element type. I just want to add a new section to the list of available sections. I cannot figure out how to add a new section.
I have created the partial view and doc type. It doesnt show up in the list of available Page Elements.
Is there documentation on how to do this?
I am new to Umbraco, long time professional dev.
any help is appreciated. let me know if further clarification is needed
Nevermind.. All i had to do was add the "child Item" to the "Sections Folder" document type.
SOLVED!
Glad to hear! In order to get your new section working, though, you should go to the PageSectionRenderer.cshtml file and add your doctype and partial view there - see the rest of the code, it's very easy to figure out what to do.
is working on a reply...