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

180 results found

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

    Gathering Feedback  ·  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)
  3. When adding a time from a Date/Time-picker in the CMS, you select one value, and then another value displays out on the website.
    This is because you display UTC in the CMS and the browser then changes the time to local time out on the web. However this is extremely cumbersome for editors, since they need first of all be aware of this, and second of all think one extra step.
    It would therefore be great if there was a solution for this, for example a setting to always display local time inside the CMS.

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. We need a way of deploying the current content and blobs from our production environment to a lower environment of our choosing in our CMS SaaS instance. We should have the option to completely replace all of the data that is currently in the lower environment as well.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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)
  7. In the Settings area anyone with the "CMSAdmin" or "Content Admins" has access to the full rights to edit anything in here.
    We should be able to set granular rights to these function areas for example if I want a specific user group to be able to make updates to Content Types but not Manage Website and Access Right this should be possible

    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)
  8. 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)
  9. Currently page comments are removed during the change log truncation process. These comments are associated to the version history and can be used to provide valuable information regarding each content change.
    Our content authors rely on these comments for content audits and other reviews. Ideally these should be maintained as long as the version associated with the comment. Perhaps the retention period could be configurable depending on the site needs.

    11 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)
  10. 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. The Translate Interface in language manager add-on (EPiServer.Labs.LanguageManager, to make translations smarter, It would be benificial to add IContent and propertyName. With that, we can get Custom Property Attributes, or other properties to understand better the context.
    Change from
    TranslateTextResult Translate(
    string inputText,
    string fromLang,
    string toLang;
    to
    TranslateTextResult Translate(
    string inputText,
    CultureInfo fromLang,
    CultureInfo toLang,
    IContent currentContent, //or similar ContentReference
    string propertyName
    ;
    With this, we could make the translations smarter by knowing the context of the block or page. We could also read any custom attribute on the property if any.

    9 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)
  12. 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)
  13. 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

    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)
  14. When creating child pages and moving them to be the same level as the parent results in duplicate url, alert the author that moving will result in a duplicate url and require the author to make a change.
    Steps to recreate:
    1. create a parent page titled Monday Tips (url ends with /monday.tips
    2. create a child page called Monday Tips (url ends with /monday.tips/monday.tips
    3. moving the child page to be a at the same level as the parent would result in a duplicate url (/monday.tips. Opti doesn't allow duplicates and appends a numeric value to the end of…

    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)
  15. When editing in CMS, it takes a couple of clicks to open and close menus, hit publish. It'd be very helpful if we could just hit a keyboard combo to publish a page after an edit

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. It would be nice to be able to filter the selection of blocks to be created using the "Add local block" button in TinyMCE in the same way as when creating a new page or adding a block in a content area.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. It would be helpful to content editors if SaaS had a validation option for text or in general where we can chose to show a warning message instead of it always being an error.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Hi there
    In the same way the CMP can integrate with Jira and Teams, can it also integrate with Microsoft Planner please.
    Thanks
    Lisa

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Editors spend unspeakable amounts of time scrolling to the end of the Blocks and Media etc tabs in the Asset Pane to get to the 'For This Page/Block'. Mostly editors use local assets and so the folder 'For This Page/Block' should always be pinned to the top of these tabs.

    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)
  20. When I inherit from ContentProvider I need to override LoadContent and LoadChildrenReferencesAndTypes. These two methods are not async which means that I can't use async/await in those methods. If below methods existed I could override them instead and use async/await in my implementation.
    Task<IContent?> LoadContentAsync
    Task<IList<GetChildrenReferenceResult>> LoadChildrenReferencesAndTypesAsync
    I know I can use Task.Run( to call async methods but It's not recommended.
    Here is some guidelines from David Fowler who works with .NET at Microsoft.https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#avoid-using-taskresult-and-taskwait

    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

    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?