42 results found
-
Left navigation automatic setting
Create an automatic way, rather than doing it manually, to set the attributes that show in the left navigation bar. That functionality would allow the user to create rule(s) where an attribute would show as a filter only if the attribute meets a specified criteria - for example if 5 items in the category have a value, then show it, if not don't show. Currently no way to set up such a rule.
All I found is a way to say yes or no to attribute showing in the filters, more like an all-or-nothing situation.
8 votesThank you for sharing. We’re currently gathering additional feedback on this idea to understand wider demand. If you have any more context or examples you would like to share, please do include them - it really helps us understand how this would best support your workflow. Thanks for contributing to the conversation!
-
Show "Versions" gadget by default
When a new user accesses the CMS for the first time, they must manually add the "Versions" gadget to the UI. Can we have that included by default?
1 vote -
Manage Permissions screen should use API Key Name instead of ID
When setting content access rights for an API key, the UI should use the API key's "Name" field instead of the ID field, to make it more user-friendly.
1 vote -
SaaS CMS -- undo/redo feature within versions
On PaaS CMS, there's an ability to roll back/undo changes made within a content version during the current session (see screenshot).
For ex: if I make multiple changes to this page, then clicking that "Undo" link will revert the last change (and clicking it again will revert the prior change, etc) all within the current content version.
In PaaS, if you leave the CMS, or just change pages within the CMS, that link goes away, but it can be helpful at times -- would be great to have this available in SaaS CMS.
4 votes -
Automation for purging the CDN cache
Currently, when content authors choose to upload image or other media files and replace existing media with the same name, the old replaced media lingers in the CDN cache. The CDN cache can be quickly purged through the PaaS portal, but this is a manual step that requires accessing another site outside the CMS itself.
It would be good if Optimizely could provide an API to purge the CDN cache. This would allow development around purging the CDN cache.
But ideally, functionality could be built into CMS for this. When replacing an existing media file with the same name, CMS…
14 votes -
Reporting on unpublished pages
As a web content editor, reporting on unpublished pages means better governance of the website where there are multiple editors leaving pages unpublished.
1 vote -
Localised Alt Text Support with CMS/DAM Integration
There is no option to add Alt Text in multiple languages to assets when using the DAM Asset Picker within the CMS.
With the European Accessibility Act (EAA) taking effect in June it is imperative that we are able to maintain the level of accessibility (via localised alt text) that we had prior to using the DAM integration.
9 votes -
Inconsistent trailing slash behavior with Simple Address in SaaS CMS + Content Graph
I'm encountering an inconsistency when working with URLs in the SaaS CMS frontend using Content Graph. All content URLs returned from Graph include a trailing slash except for those using the Simple Address feature — see screenshot for reference.
This inconsistency makes it difficult to reliably match URLs when resolving routing on the frontend. Since URL comparison often involves exact string matches, the mismatch in trailing slash behavior leads to additional logic and potential edge cases.
2 votes -
Ability to reset CMS SaaS environment
It would be great to have a way to completely reset a saas instance. It'd be really helpful to have a clean slate for our current work.
2 votes -
Feature request: Cloudflare Turnstile Support in DXP
Cloudflare Turnstile is a modern, privacy-friendly captcha solution that improves user experience. Since Cloudflare is already part of DXP, it would be great to see native support for Turnstile in the platform.
2 votes -
Cloudflare 524 error page Statistics, Alerting and Customization request
When Cloudflare fails to load a page on our DXP hosted website we would like the ability to see statistics about the number of time the 524 error page was displayed to our users.
We would like to request that statistics and/or alerting be made available through the DXP portal to be able to determine the scope of issues involving 524.
https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/
https://developers.cloudflare.com/analytics/account-and-zone-analytics/zone-analytics/
We would also like to request the ability to provide customization to the 524 page to include our company's branding and/or the ability to add Google Analytics to provide statistics on these error page views.
https://developers.cloudflare.com/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/1 vote -
Support using Sendgrid's EU datacenter
As a European site owner, I would like to send mails through Sendgrid's EU-based datacenter.
At the moment, DXP always uses the US API endpoint and routes the mails through a dedicated US address. For various reasons, we would like to have the choice of either EU or US datacenters.3 votes -
Allow for CMS access management in the DXP Portal
New properties added to App Settings in the DXP Portal, allowing for DXP users to whitelist allowed IPs for CMS access.
5 votes -
Customer Feedback on Log Availability & Request for Product Roadmap Update
Hi Opti Team,
We are consistently receiving feedback from our customers expressing dissatisfaction with the current availability of logs within our system.
For context, we recently received the following response from your support team regarding log access:
"As mentioned in the follow up ticket, the CMS system does not handle login information. You can see the last login date in [dbo].[AspNetUsers] if you use AspNetIdentity. If you use another authentication method, you will have to handle it yourself."
This response, while technically accurate, does not provide a practical solution for our customers who require access to log data for various…1 vote -
Enable Brotli Support For WebP and Avif
Brotli support can be enabled in Cloudflare for assets and is the best compression mechanism.
Also for Core WebVitals we and many other solutions compress images to Avif (best or WebP (second best so that they are delivered in the best way.
The default compression formats do not support these formats for Brotli https://developers.cloudflare.com/speed/optimization/content/compression/#compression-between-cloudflare-and-website-visitors and need compression rules enabled to support enabling it.
Current the DXP does not allow us to do that and we would like the ability to add these file types so that Brotli can be used.3 votes -
Restore access to SendGrid
Before CMS 12 (and/or Commerce 14, DXP customers had access to SendGrid to log in directly at Sendgrid to see statistics on emails sent, bounce rates, open rates etc. This access was revoked as clients upgraded and the DXP environments were switched out.
Emails are fundamental for any commerce solution and I don't see any justifiable reason that DXP customers shouldn't at least have read-only access to SendGrid directly to self serve information on their email deliverability health.5 votes -
Support Early Hints in Cloudflare
Providing a means to enable the Early Hints feature in Cloudflare, which is included in all plans, could potentially improve performance drastically.
Enabling through PaaS portal is prefereable but a support ticket would be fine aswell.
https://developers.cloudflare.com/cache/advanced-configuration/early-hints/6 votes -
DXP ability to amend app service access restrictions
To restrict environments by IP requires implementing something via code:
https://docs.developers.optimizely.com/digital-experience-platform/docs/restricting-environment-access
This is cumbersome, especially for IP ranges. In addition it's not possible to restrict/allow by service tag - which we would also like to do.
Our application needs to allow it's own outbound IPs that can change at any time. Relying on a code-based IP restriction means that the site could become unavailable if the outbound IPs change.1 vote -
Execute Manually run Scheduled Jobs on the Scheduled Job Server
When a scheduled job is executed on a schedule it is executed on the special Scheduler server instance. When a scheduled job is executed by running it Manually it appears it executes on one of the front end servers. This feedback request is to suggest adding the manually run jobs to the queue or some other mechanism so they are executed on the scheduler instance. Running the scheduled jobs on the frontend web instances exposes the end users to poor performance when CPU and memory is peaked and can cause delays in executing the scheduled job when the server becomes…
2 votes -
Manage app settings/secrets with API
As a developer, I want to automate the creation/update of appsettings/secrets in the DXP portal during deployment. So that I'm sure there are no mistakes introduced.
We typically deploy our code with a pipeline in Azure DevOps. It would be nice if we could also create and update appropriate app and secrets via the Deployment API. To further automate deployments of our releases.
There can also be settings/secrets that are sourced elsewhere, as they are multi-purposed for other applications too. We see that sometimes human interactions for setting up the keys can take awhile (if there are many. Mistakes are…1 vote
- Don't see your idea?