183 results found
-
CMS Page Previews
When previewing unpublished pages in the CMS, nested blocks (such as unpublished child blocks within a parent block) do not display correctly at the page level, making it impossible for publishers to see the full layout and content as it will appear when published. This limitation forces the team to rely on the Advanced Review plugin, which does show all nested unpublished content but introduces extra steps and performance issues.
5 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 votesGetting such a property to show up in the UI is tricky since the calculation is located in the typed C# model, and the UI operates on a generic database model. Also, adding support for calculated properties in the properties would always come with a lot of constraints as only calculations the CMS are aware of could be handled, and you might need to use data from a third-party service to complete it.
I have reached out to engineering regarding your question about Graph/S&N indexing.
-
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
-
Shared Blocks no longer showing UI hint that block is "Shared"
I've noticed that blocks that are "shared" and coming from a folder no longer show that they are shared in the UI.
EPiServer.Cms.Shell.UI: Version 12.24.0.0
This appears to be happening on multiple projects running CMS 12. See attached.4 votes -
Make it possible to expand more than one level in CD API
As a developer I want to be able to expand more than one level in the Content Delivery API to be able to retrieve nested properties in content areas. When doing this, I want to be able to control the maximum number of levels to expand.
4 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.4 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 -
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 -
Easier cleanup of unused blocks
Maintaining the number of blocks is important to editors. When using Powershell module you can get a list of blocks that are not in use so editors can maintain content on the site.
The problem is that blocks that are located in "For This Page" folders does not contain the page information in the breadcrumb (see attachment. This means that it's hard to find the folder containing this block if you want to delete the block. Extending the breadcrumb to include the owner (page of the folder "For This Page" would help the editors to know the location.4 votes -
CMS 12 removed the fallback language in content area UI
In our solution, we have 31 different languages, and thus a lot of language fallbacks both for pages and blocks. In CMS 11, we could easily spot the blocks in a content area that were a fallback, it would be a slightly darker grey and also had the locale name it was falling back to on it. In CMS 12, this functionality disappeared. Our editors use a lot of blocks on their pages and are missing this sorely. Could you please consider readding this feature?
4 votes -
Bring back Smart Publish
Please put Smart Publish back in the Publish menu. It disappeared in the move to CMS 12 and the only thing my team can find that's even close is to the same functionality is to:
1. Create a new Project.
2. Make any changes in the new project.
3. Hit Overview.
4. Publish Items from Overview .
Not only is that not intuitive at all, but it's significantly more work (especially if you forget and make a bunch of changes in the Primary Draft, because then you have to redo them in the new Project.4 votes -
Add all the current .NET cultures to the CMS languages list
For example: We need to add the culture en-ES for a customer. It exists as a valid culture in .NET but is not available to select as a language in the CMS.
(In our setup it is not an option to use the default en language code for English on the spanish site.4 votes -
Publish all blocks functionality for editors in CMS12
I am a developer, and editors are demanding they want a functionality where on click of Publish button all blocks will get published for editors in CMS12. Earlier it was available in CMS11.
4 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!
4 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 -
Move ADE envs during migrations to CMS 12
Customers who upgrade CMS versions using Self service (11->12) tooling lose access to ADEs unless they specifically request them to be re-provisioned. They should be moved over as part of the migration process. As a standard all provisioned environments including ADE's should be spun up when a migration is completed.
4 votes -
Translation of List<T> and LinkCollection item in page is not supported on netframework version (CMS 11
For stringlist and linkitemcollection properties, we could see the values are just duplicated and not translated to native text during the auto translate of page.
The issue is reproducible in Alloy solution and attached the evidence for the same.
Also, please find the attached email from Optimizely team as well.3 votes -
Support for Static IP address
When we (as an Optimizely DXP customer expose APIs for partner vendors to invoke, including the Optimizely DXP, we need to ensure that we meet The Group's security standards and one of the many facets to this is IP whitelisting.
This means we don't allow just any IP address to invoke our API. We have a firewall that implements a check on the incoming IP address(es and only allow ones that we know of.
It is a problem if the Optimizely DXP cannot provide us with persistent IP address ranges that we can whitelist on our side. We don't want…3 votes -
Stop the endless scrolling to find 'For This Page/Block" in the Asset Pane
Editors spend unspeakable amounts of time scrolling to the end of the Blocks and Media etc tabs in the Asset Pane to get to the 'For This Page/Block'. Mostly editors use local assets and so the folder 'For This Page/Block' should always be pinned to the top of these tabs.
3 votes
- Don't see your idea?