Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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 !