189 results found
-
Incorrect Norwegian translations in CMS12 for table settings
As a CMS editor, I want help texts and labels in CMS12 to use correct Norwegian translations, so that I can work efficiently without confusion caused by misleading terms.
In CMS12, the checkbox for adding a table heading is labelled “Vis bildetekst” (Show image caption), which is incorrect. It should refer to “Tittel” (Title), as in previous versions. The best help text here would be “Vis tabelloverskrift” (Show table heading)
The term “bordbredde” is used for table borders. It is not a valid term in this context; it should be “ramme” or "rammebredde".
The root cause seems to be that…
1 vote -
Asset Pane sorting bug for multilingual items
As a CMS user, I want all items in the asset pane to be sorted alphabetically across all languages, so that I can quickly find assets without random ordering. Currently, only items in the active language are sorted alphabetically. Items in other languages appear in random order.
1 voteThank you for sharing this feedback, we’re currently gathering additional information for this. If you have any more context or example screenshots please share them so we can review. Thanks for contributing to the conversation!
-
Alerting for suspicious traffic spikes
Customers never get alerted to suspicious traffic spikes unless they impact site speed or uptime.
Ability to establish alerting for suspicious attacks, even if they are addressed by cloudflare before they impact site performance.7 votes -
Ability to smoke-test more than 1 site during smooth deploy (slot domains)
Ability to smoke-test more than 1 site during smooth deploy (slot domains)
As a CMS developer and QA specialist we want to be able to smoke-test multiple sites so that we can detect potential issues on all our sites during deployment with DXP Cloud Platform to our multi-site CMS platform.
When we deploy to PREP/PROD we get a temporary SLOT to run our smoke-tests against. For example:
https://projectidprep-slot.dxcloud.episerver.net/
https://projectidprod-slot.dxcloud.episerver.net/
These are the default URL provided by Optimizely and are configured on the first website. We would like to be able to smoke-test multiple sites on the SLOT instance.
We could…
2 votes -
Customize Azure blob storage client retry options
For AzureBlobProviderOptions, expose some way to override retry options for the client. If there are problems with blob storage (and it is only used to serve pictures and such) it might be preferable with fewer retries to not have excessive response times overall.
1 vote -
Standard schemas for CMS (to make easy for SEO/GEO)
Schema settings not out-of-the-box
- Multiple back-and-forth with implementation agency for schema configuration
- Need base schema templates by industry/content type
- Critical for LLM optimization and structured data requirements
2 votes -
Change Log filtering
Change Log should be improved so it can have multi Changed By selection (with auto complete), and Exclude Changed By to ignore certain changes made by automated jobs (import jobs etc.)
2 votes -
Computed readonly field for a content type
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 typeThe 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 -
Language Manager won't let you exclude terms, translates Block Names
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…4 votes -
Use more secure ciphers by default
When performing a security check for a DXP site on internet.nl the result is that "Your web server does not prefer 'Good' over 'Sufficient' over 'Phase out' ciphers" and "Your web server supports one or more ciphers that have a phase out status, because they are known to be fragile and are at risk of becoming insufficiently secure.".
I suggest that more secure ciphers should be used on all DXP sites by default. The more secure ciphers are referred to as "Modern", "Compatible", and "Legacy" in the cloudflare documentation. https://developers.cloudflare.com/ssl/edge-certificates/additional-options/cipher-suites/recommendations/
6 votes -
The email field in a created Form should be marked as type="email" for accessability
When an editor creates a form with an email field, the field should be marked as type="email" to support the new accessability laws.
1 vote -
Copy content items without including child content.
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.
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 -
Avoid incorrect Instance restarts through PAAS Portal
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!
3 votes -
Frontend and Backend Server Roles for Headless CMS / Graph driven websites
Seeking the ability to have frontend and backend server roles in the Optimizely DXP, similar to the way there is a special scheduler server role. Our website is currently set to use Affinity for backend purposes. we had Affinity off but it was turned on by the suggestion of Optimizely support. With the frontend and backend roles running on the same server the frontend customer facing website is forced to use affinity as well. This request is to create independent server roles for the frontend and backend so settings like Affinity could be managed independently. Would also like to be…
1 vote -
Multiple file upload
Description:
The client has requested an enhancement to the existing form functionality on the Anglian Water site hosted on Optimizely DXP. The new feature should allow users to:Upload multiple files in a single form submission.
View a list of all uploaded files before submitting the form.Acceptance Criteria:
Users can select and upload multiple files simultaneously.
Uploaded files are displayed in a preview list with file names and sizes.
Users can remove files from the list before submission.
Validation for file types and size limits is enforced.Could you please implement the functionality with support for CMS 11?
We…1 vote -
Make SSL / TLS Certificate Management Self Service
Provide self service tooling via PaaS Portal to allow customers to manage SSL / TLS certificates for their hostnames directly. This would ensure that customers can update custom certificates at their leisure and discretion
5 votes -
Make execution of SQL Scripts Self Service
Provide self service tooling to allow for customers to complete this activity directly. Given the high volume of requests Service Desk processes for this activity it is clear that customers and parters have a desire for this kind of utility in the platform.
4 votes -
Redirect page after expiration
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.
3 votesThanks for raising this - just to let you know this is now in our backlog. While we can’t share an exact release date yet, this means it’s planned for consideration in the future. Thanks for helping us prioritize this work.
- Don't see your idea?