London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I got the answer. There was another role Administrators that was required for doing these activities.
I modified the code to add the Administrators role. Now those options are enabled!
private static readonly string[] _roles = { "WebAdmins", "WebEditors", "Administrators" };
I thought that the WebAdmins
role would be the master Admin role
Hi everyone! I created a new empty starter project and have logged-in to the CMS as admin user created through code. I'm trying to create a new page under Root (Navigation pane area), but the "New Page" option in the context menu is disabled.
I have created the page type in Visual Studio, but couldn't create a page. Please assist. Thanks !