9 results found
-
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 votes -
Support other CDN platforms than Cloudflare
With the recent downtime episodes from Cloudflare’s side it would be nice to have other CDN options for sites hosted in DXP PaaS.
Options like Akamai, Azure Front Door, KeyCDN, Fastly, Bunny CDN, etc.
I am aware that some DXP components are reliant on Cloudflare. But the primary proxying of content to the web application could just as well be routed through other CDNs.
3 votes -
Add page or block deletion to approval workflow
My role: Expert Service Application Engineer.
We’re working on adding a deletion workflow similar to the existing approval workflow.
Outcome: We need the ability to configure an approval process not only for publishing content, but also for deleting it.1 vote -
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 -
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 -
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 -
Option to exclude properties from translation in Language Manager
As an editor using the Language Manager add-on to translate from one master language to another, I'd like to select individual properties to EXCLUDE from translation. Certain properties (e.g. URL, title etc) may contain key terms, names etc that should not be translated.
Note: This is slightly different from another feedback idea;
https://feedback.optimizely.com/forums/966081-cms-paas-content-management-system/suggestions/49891608-language-manager-won-t-let-you-exclude-terms-tranthough both these ideas would solve the same core problem.
1 vote -
Remove the Paste formating options while being able to choose if it should keep or remove default formating by default
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 -
When duplicating content for new language need to add draft content along with published content
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
- Don't see your idea?