Does the "Projects" status bar actually show & work on the CMS 13?

From the document below seems like it works similar to the CMS 12 but after I install Alloy on the CMS 13 template, the status bar doesn't show.

https://docs.developers.optimizely.com/content-management-system/v13.0.0-CMS/docs/work-with-projects

Even when I add a gadget "Projects", and create a new project, after editing the page, that page doesn't automatically added to the active project like it was on the CMS 12.

Does anyone see it work on your setup?

#342817
Jun 18, 2026 3:06

Project status bar is enabled by Projects feature - it's enabled/disabled site-wide and selecting project while editing the page adds it to the project.
Project gadget is enabled on per-user level and unlike project feature it does not auto-add edited page to selected project and requires dragging item to the project.
There is a good explanation of difference between these 2 here: https://support.optimizely.com/hc/en-us/articles/4413200671501-Manage-projects

I just created a test Alloy site on CMS 13 and looks like the difference is that in CMS 13 Projects feature is disabled by default.

There is contradicting documentation about this:
https://docs.developers.optimizely.com/content-management-system/v13.0.0-CMS/docs/projects - says The Projects feature is turned on (default) or off for the entire site and affects all users
but https://docs.developers.optimizely.com/content-management-system/v13.0.0-CMS/docs/cmsui-section says 

And it looks like the latter documentation is right because after I set ProjectModeEnabled to true in appsettings.json and restarted the app - Project bar appeared.
Just in case - this is what I added to appsettings.json

  "EPiServer": {
    "CmsUI": {
      "ProjectUIOptions": {
        "ProjectModeEnabled": false
      }
    }
}
#342880
Edited, Jun 24, 2026 12:59
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.