Skip to content

CMS PaaS (Content Management System)

CMS PaaS (Content Management System)

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

33 results found

  1. I am a developer, and editors are demanding they want a functionality where on click of Publish button all blocks will get published for editors in CMS12. Earlier it was available in CMS11.

    1 vote
    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?
  2. I am looking to get the parent/children of a content item that is used within a Content Area to support a hierarchical relationship. Currently, it is not possible to use the _link property on Content Areas within Content Graph.

    In this query:

    query MyQuery {
      MyPage(where:{ContentLink:{Id:{eq: 1119}}}) {
        item {
          ContentLink {
            Id
          }
          _link(type: ANCESTORS) {
            MyParentPage {
              items {
                Url
              }
            }
          }
        }
      }
      MyBlock(where:{ContentLink:{Id: {eq:1127}}}) {
        items {
          Cards {
            ContentLink {
              Id
              Expanded {
                _link(type: ANCESTORS) {
                  MyParentPage {
                    items {
                      Url
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    

    In the first query,…

    2 votes
    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?
  3. I'm an Optimizely Admin, who does have full access to PAAS Portal.

    Can you please consider an additional prompt on the restart (atleast for PROD), so the restart wouldn't be triggered mistakenly.

    Also, considering the rolling restart would be ideal most of the time, can you enable the option "Restart One instance at a time" checked by default.

    Thanks!

    2 votes
    How important is this to you?
  4. It would be great if it is possible te set a redirection (just like in the no-found handler) when a page is expired and is replaced by another page in the website. This would make the process much more user-friendly.

    1 vote
    New  ·  0 comments  ·  Compliance & Security  ·  Admin →
    How important is this to you?
  5. Searching for pages in a multisite CMS can be challenging when results from multiple sites are returned without clearly indicating which site each result belongs to.

    I blogged about this here and provided a workaround but I think this should work better ootb.

    https://world.optimizely.com/blogs/dada/dates/2025/6/create-a-multi-site-aware-custom-search-provider-using-search--navigation/

    1 vote
    New  ·  0 comments  ·  Search  ·  Admin →
    How important is this to you?
  6. When there is several page and block types in use it would be easier to have search field so you could find correct content type effectively.

    1 vote
    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?
  7. There is lot of sites and pages in Optimizely CMS and content editors feel that it would be easier if they could get pinned pages they are frequently editing. Now it requires to open levels and scroll before getting the correct page if search finds many pages.

    1 vote
    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?
  8. 2 votes
    How important is this to you?
  9. I'm a CSM at Optimizely looking to support customers looking to optimize their content for AI to achieve growth in organic reach beyond traditional SEO.

    3 votes
    New  ·  0 comments  ·  Search  ·  Admin →
    How important is this to you?
  10. I´m a Product Owner and would like to create a better overview of job executions, dependancies and orchestration in order to execute the right job in the right context when acutally neeeded.

    1 vote
    New  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?
  11. In the Languages gadget (Language Manager add-on), users have the option to duplicate content when creating a new language branch. During this process, the “Duplicate content” dialog presents checkboxes for:

    Add all children

    Add related content(s)

    These options are useful for administrators but pose a risk when used by editors who may not fully understand the implications. For example, an editor in our organization mistakenly duplicated a section with over 800 nodes, resulting in around 500 duplicated blocks. This caused significant manual cleanup and unnecessary content clutter.

    Feature Request:

    We would like the ability to restrict visibility or access to…

    2 votes
    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?
  12. CMS UI version 12.18.0 introduced a new dashboard with a "Workflow status" section. This section can display thousands of pages in some environments, each with multiple elements. This can result in a bloated and less usable interface, potentially affecting performance and user experience.

    We would like to request the ability to:

    1. Clear or limit the number of items displayed in the "Workflow status" section

    2. Filter the displayed items based on specific criteria (e.g., content type, date, language, or user)

    3. Customize or replace the section with a custom implementation if needed

    Providing more control or configuration options for this section would…

    2 votes
    New  ·  0 comments  ·  Reports  ·  Admin →
    How important is this to you?
  13. When translating the pages, you might get the following error:
    "Error occurs while translating content, please check the logs for more details."

    Reason:
    In most of cases, the issue happens when the page contains a block that was not enabled for the target language.
    For an example: when translating a page from EN -> SV. The page contains a block in ContenArea. The issue happens when the 'sv' language is not enabled for the block.

    Solution:
    As the above example, please enable 'Sv' language for the block.

    I think we need add more information to the message to make it…

    1 vote
    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?
  14. A way to define a property or a method within a given content type having the following characteristics:
    - It is a computed property: the value will be determined by querying other related database tables
    - The property will be displayed as read-only / disabled on the Optimizely dashboard / edit content type

    The next approach does not display the property in Optimizely Admin UI

    [Display(
        Name = "Total Price",
        Order = 130,
        GroupName = GroupNames.Plm)]    
    public virtual decimal TotalPrice => Items?.Sum(i => i.Quantity * i.UnitPrice) ?? 0;
    

    This happened because it looks like content graph, SearchText, and GetSearchableProperties() in…

    5 votes
    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?
  15. This request is to make the status of the Synchronize with Optimizely Graph more visible. Currently content editors only see the graph sync status when clicking into the dropdown menu on a content item in the content editing pane. Would like to see graph sync status visible on the content editing interface without having to click and additional item. Perhaps even elevating items which are not synced to have a visible indicator within the content navigation pane setting a view for whether an item or subitems have unsynced content. Currently we are having issues with our sync jobs and users…

    1 vote
    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?
  16. Language Manager in combination with the auto translate feature

    2 votes
    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?
  17. As a Content Manager, I want to be able to translate pages with an exclusion list which prevents specific words and terms (e.g. Brand Names, Product Names) in content, and Block/Image/Object Names (i.e. Internal Objects which need to be in my native language to administer) from being translated.
    Currently, the add-on translates key terms and names and the content manager needs to identify these and translate them back again, but these changes are subsequently lost if the content is re-translated. By managing these globally through a dictionary (or a setting, for Block Names, etc), this would massively improve the admin…

    2 votes
    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?
  18. When not using 'power paste' options from TinyMCE, and you copy formatted information from a Microsoft Word document, you get the "Paste formatting options" popup that asks if you want to Remove or Keep the format (view screenshot). Currently, it is possible to remove this popup by using the confirmation ".RemovePlugin("epi-paste");", but the default and only option when the popup is gone is to keep formatting.

    This request is to give an option to change the default value when removing it, between "Keep formatting" and "Remove formatting", and not forcing into always keeping formatting.

    Thank you,

    1 vote
    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?
  19. 1 vote
    New  ·  1 comment  ·  Translations  ·  Admin →
    How important is this to you?
  20. As an Optimizely administrator, I would like to provide a way for our content authors to copy single content items without copying their child pages or blocks. This would prevent a lot of items from being copied by accident which clutters up the site and search results until they are deleted.

    1 vote
    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?
← Previous 1
  • Don't see your idea?