Hi!
I’m trying to create a simple empty custom section in Umbraco 16, but nothing seems to work.
I’ve created a folder inside App_Plugins “MySection”, with the following package.manifest file in it
{
“type”: “section”,
“alias”: “Products.Import”,
“name”: “Products Import”,
“meta”: {
“label”: “Products.Import”,
“pathname”: “products-import”
}
}
then i start Umbraco Backoffice, trying to add this section to my usergroup, but my list of sections never shows me this voice. I’m totally stuck.
Thank you.