99 results found
-
Allowable Section Types in an Experience Type
Can we have allowable section types in an Experience Type?
In a large implementation, we can have several components/blocks enabled as 'Sections' so that they can be directly added to the Experience page.
The GraphQL query for an Experience becomes very big as we specify more blocks as 'sections' Can we add a feature where a developer can define 'allowable' sections on an experience, so that the graphQL query that is formed contains only a limited allowable types?
7 votes -
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.
7 votes -
Simplify the process of adding domains
As a owner of multiple sites on the same DXP i would like a simpler way to add domains to our DXP. The process of mailing back and forth with the support doesnt feel like a modern solution.
I would like a way where i can add the domain via the management portal.
A suggestion for a process:
1. Add the domain to the portal.
2. Portal returns with the Cloudflare verify TXT and the CNAME.
3. I add theese to my DNS.
4. Portal notices that they are added to DNS and completes the process. (without having to restart…7 votes -
Allow Access to App Insights > Investigate > Performance > Code Optimizations
I was advised by Technical Support services that Code Optimization access is not currently supported for DXP. Please Allow Access to App Insights > Investigate > Performance > Code Optimizations. It is a read permission, can provide useful information for developers, and I'm not aware of any major downsides or risks to adding this to the Power User role.
7 votes -
Retrieve references/usages of local (inline) blocks
For shared blocks and other content types, we can already query Optimizely Graph to find every instance of a given type. For example:
query FindByType {
_Content(where: { _metadata: { types: { in: ["<ContentTypeName>"] } } }) {
total
items {
_metadata { key displayName types url { default } }
}
}
}This works because shared blocks are standalone content items with their own key/ContentLink, so they're indexed and queryable like any other content type.
Local (inline) blocks don't support this. Since they're stored as embedded property data on the parent content item rather than as standalone content…
6 votes -
Inline blocks should honor the "unique value per language" (shared property) setting
Inline blocks should honor the "unique value per language" (shared property) setting
Properties on inline blocks are always stored per language version, regardless of how the property is configured on the content type. A property marked as not unique per language — i.e. intended to be shared across all languages — behaves as language-specific when the block is inline, so editors get divergent values in each language with no warning.
Reproduction:
1. Create a content type with two properties: one marked as unique value per language, and one marked as not unique per language (shared).
2. Create a page with…6 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 -
Enable to save KQL queries and workbooks in Azure portal
I know, that direct access to PREPROD and PROD environments is not fully supported. I can still access PROD Application Insights in Azure portal but I'm wondering why it's not possible to save queries nor create workbooks?! We have logs in Application Insights but we have no chance to save KQL queries nor workbooks for later use. Is this by design of DXP or can be somehow configured from your side?
6 votes -
Enable DNSSEC in episerver.net zone
DNSSEC is not configured on the episerver.net zone, so the CNAME configuration is what causes this to be lost. If you would like to see DNSSEC added then you can submit the idea
6 votes -
SaaS CMS Inconsistent Date formats
When editing a DateTime property in the CMS Content Types panel the date time is using my local format of dd/mm/yyyy. When a CMS Editor edits on the page the DateTime format changed to mm/dd/yyyy. It would be nice if DateTime pickers used the users local DateTime format throughout the CMS.
6 votes -
Add Find/Replace Feature
Create a feature to allow find/replace functionality so I can easily find words and phrases and, if necessary, replace them with a new word or phrase. This is standard in many CMS.
5 votes -
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.5 votes -
Sendgrid Bounce back List
Customers would like the ability to have the list of emails on the Sendgrid bounce back list sent to them automatically or accessible within the DXC Dashboard/CMS. Current process requires them to submit a support ticket and request the information but they would like more visibility and control over this information.
5 votes -
Cloudflare Page Shield
PCI DSS 4.0 requirement 11.6.1: For use of iframes hosting the payment service provider's payment page, a change and tamper detection mechanism to alert personnel to changes to HTTP headers or payment page contents; the mechanism must work at least every 7 days.
Cloudflare's Page Shield can meet this requirement.5 votes -
Breakdown pageviews per project in DXP dashboard
We have customers who has different projects for separate end clients. Hence, they need page views report per project in https://dxc.episerver.net/
5 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 -
thumbnail for content type
Add thumbnail image for content type or page type items so that the Create New screen doesn't consist of a million useless "no preview"images that mean absolutely nothing.
5 votes -
Support relocating components across fields without recreating them
We need the ability to move an existing component from one content field to another (e.g. from one column to a different column that allows the same component types), not just duplicate it in place. Currently there's no way to relocate a component across fields — the only option is to delete it and fully recreate it from scratch in the destination, re-entering text, re-uploading/re-linking images, and reconfiguring settings each time. This makes routine page reorganization slow and error-prone, especially for content-heavy components like Rich Text blocks or Link Columns.
4 votes -
Bulk publish content item with all child items
In Optimizely CMS (SaaS), there is currently no built-in way to publish a content item along with all its descendant items (child pages/blocks) in a single action. Editors must publish each item individually, one at a time, through the UI.
Impact:
For content trees with many nested pages or blocks (e.g., large campaign launches, section rewrites, or bulk imports), publishing item-by-item is slow and time-consuming, especially as the number of child items grows.Suggested solution:
Add a "Publish with children" (or similar) action in the content tree/edit view that recursively publishes a selected item and all its descendants. Alternatively, expose…4 votesThank you for raising this feature request. This is something we are actively pursuing and is on our roadmap to deliver later in the year.
-
CMS Authoring UI Improvement: Multiselect Choice Field
We have Multiselect Choice Field with 50+ items. These are rendered in authoring UI as a long list of checkboxes, which takes up a lot of space.
We would like to see improvements to authoring UI where we show Multiselect Choice fields as a Dropdown CheckedList box. Would be great if we can have search feature in the list, and also Clear All functionality to reset previous selections.
4 votes
- Don't see your idea?