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

18 results found

  1. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Search  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Reports  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Language Manager in combination with the auto translate feature

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  1 comment  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Search  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Auto-include hreflang tags in the existing CMS page.

    For example, when translating a page from English to French, the system (the Languages gadget) auto-generates an hreflang between the two pages. That is, the English page has an hreflang to the French page and vice versa. We would also like the system to auto-generate self-referencing hreflangs for each page (i.e., English page to itself and French page to itself).

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. We need capability when we are creating content for a new language version for a page, from master language draft content also along with published content should be available, Currently only either published language version or draft version can be added but not both.

    We are using EPiServer.Labs.LanguageManager add on to create new language content.

    Can this add on EPiServer.Labs.LanguageManager be extended to provide this option.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?