97 results found
-
Enhance the Deployment API to allow passing parameter to clear CDN cache after deployments
It would be helpful to Enhance the Deployment API to allow passing a parameter to clear CDN cache after deployment completes.
Reference: https://docs.developers.optimizely.com/digital-experience-platform/docs/deploy-using-powershell52 votes -
Regenerate Content Graph keys and secrets through Paas portal
Clients should have the ability to regenerate Content Graph keys and secrets in the self-service Paas portal.
5 votesGood news - this idea is now being explored by our product and design teams. We’re researching potential solutions and scoping out what an implementation might look like. We’ll share updates here as our thinking evolves.
-
App Insights alerts
Self-serve creation of alerts in App Insights based on specific thresholds exceeding a limit will help be proactive in responding to potential performance issues or other problems
8 votes -
Support for Trash Status Filtering via exposing _deleted property in query filters to improve duplicate result handling
We have use cases where we need to search content to determine if an item is in the Trash. Currently, we use the cg-include-deleted: true header as described in the documentation. However, we have observed that duplicate results are returned from the Graph for Content() items.
One result represents the original location (tombstone marker) with the property _deleted: null, while the most recent version in the index has _deleted: true.
Although we can filter out duplicates on the client side, this approach is not ideal.
We would like the _deleted property to be available as part of ContentWhereInput so that…4 votesGood news - this idea is now being explored by our product and design teams. We’re researching potential solutions and scoping out what an implementation might look like. We’ll share updates here as our thinking evolves.
-
Syncing folder types/names to GraphQL index
We have a need to query content under certain folder from GraphQL API. At the moment we can query the parent GUIDs from a block, but it only returns a list of GUIDs. It returns them in a certain order, so it is possible to find out from there which is which folder, but it would be easier if we could query also the name of the folder. At the moment GraphQL API does not index the folder information, so we would like the folder information also to be synced to the index.
4 votesGood news - this idea is now being explored by our product and design teams. We’re researching potential solutions and scoping out what an implementation might look like. We’ll share updates here as our thinking evolves. Please do update with any further ideas or comments
-
multi select from dam
When choosing files through the DAM picker, I'd like to be able to select multiple assets at once.
5 votes -
Allow ancestor/children links in Content Areas in Content Graph
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,…
3 votesThanks for sharing this idea. Our product and design teams are looking into it now. We’re exploring possible solutions and figuring out what implementation could involve. We’ll keep you posted here as things progress.
-
Quick edit blocks inside TinyMCE
When you click edit on a block inside TinyMCE the CMS navigates to the content. It would be nice for editors to offer an option to quick edit blocks like you can do for blocks inside Content Areas
7 votes -
'Stop words' feature in Optimizely Graph
We need to stop few words from search or indexing. For example, in case of search term 'having a baby' also brings results with 'a' which does not make sense. We are looking for a similar feature like 'synonyms'. We have been advised in the ticket reference 1748761 (https://support.optimizely.com/hc/en-us/requests/1748761) to raise a feature request to bring this feature back as its currently deprecated. We are from Publicis Sapient and working for St Luke's digital transformation project.
The below document does not have enough details in the API call with PUT method. Also it says the feature is deprecated.
…
1 voteGood news - this idea is now being explored by our product and design teams. We’re researching potential solutions and scoping out what an implementation might look like. We’ll share updates here as our thinking evolves.
-
Retain versions correctly for a content move in CMS tree (to fix invalid editor history
As a content editor I want to be able to move content (for example a page in the CMS tree. When I do this at present a new version is created but this is merged with the previous update for that content. I want a new version to be created and the old version to be retained in order that the true date/time and editor of any changes is visible from the version history.
For example:
* Editor A creates and publishes a page on 1 Sept 2024
* Editor B updates and publishes the same page on 15 Oct…7 votes -
Is there any way to identify the user who changed the access rights?
Is there a way to track or identify the user who modified the access rights in Episerver/CMS? It appears that someone has changed the access permissions using the 'Set Access Rights' feature.
We need to determine who made these changes to ensure proper access control and prevent unauthorized modifications. Is there any audit log, system event tracking, or CMS activity history that can help us trace the user responsible for this action? Any insights or recommendations on how to retrieve this information would be greatly appreciated.3 votes -
Enhance the Audience Feature to display the affected number of items
Audience groups should include the dependent items that use them, similar to blocks, this will give visibility to authors on all the effect areas where that personalization was used when a change is made
4 votes -
Add live documents to library (e.g. word
It would be useful to be able to edit live documents in the library that can then be added to tasks or campaigns before they are completed.
3 votes -
Feedback on UI Layout in Optimizely 12 Edit Mode
In Optimizely 12 I have noticed a significant change in the Edit Mode UI layout that I would like to share as feedback.
In Optimizely 11, the Edit Mode UI was more compact, providing editors with a more efficient workspace and minimizing empty space. However, in Optimizely 12, the Edit Mode layout includes a considerable amount of empty space, reducing the effective workspace for editors. This change is affecting the user experience, especially for those who were accustomed to the more compact design in Optimizely 11.This was one of the feedback points we received from our editors.
I would like…6 votes -
Better access rights management for assets
There is a lack of functionality around limiting access to assets for different user groups. Any user group with editor access will currently have access to all blocks and media. A user group with access to a part of the pagetree shouldn't have access to all the assets.
6 votes -
Improve UI for a better editing experience on language settings and similar popups
While the updated CMS area in Optimizely 12 has improved in many ways, some parts of the UI have been changed in a way that makes editing more difficult.
One such area is the language settings, where previously only languages that had settings associated with them were displayed. It was not until editing the settings that all languages were displayed. The UI is also more spacious now in general, with more padding and larger font sizes, which leads to less items visible at one time.
Furthermore, the popup is too narrow to display all columns when more than 4-5 languages…4 votes -
UserProfile visitor group criterion should not throw an exception if current user is logged in through external OpenID Connect provider ...
...such as AzureAD / Entra ID.
As a site administrator of a site using mixed-mode authentication (both AspNetIdentity for local users and OpenID Connect for AzureAD / Entra ID users, I want to know that my site will not break if I set up a visitor group using the Site Criteria > User Profile criteria. Currently on CMS version 12.31 I get several exceptions if I have such a visitor group defined and I log in as an oidc user. These occur on pages that use the Search & Navigation FilterForVisitor( method and in the CMS editor, causing the page…11 votes -
Allow developers to directly access databases in lower level environments
As a developer, allowing direct database access to lower level environments, such as integration, to troubleshoot issues or run queries to confirm schema/validate data. Direct access allows developers to do this quickly and efficiently, as the current ways of working with exports can be very cumbersome and time consuming for large databases.
15 votes -
Add the option to use local time in the CMS instead of UTC
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 -
Granular Access Rights for CMS Settings Area
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 possible2 votes
- Don't see your idea?