55 results found
-
Quick Edit for Images
Currently, in the PaaS CMS, with Blocks, there is a Quick Edit option on the context menu when you click on a block in a content area. The opens a modal that allows the author to edit the block right there, and even publish, without having to load a whole new page in the CMS. This is nice because it allows for much quicker editing.
We sometimes have cases where a project wants to store a lot of information with each image. More than just a title and copyright. They would like to be able to use Quick Edit on…
6 votes -
Disable Allowed Content Types Description in CMS 12 Edit View
In CMS 12 Episerver Edit interface we noticed a new feature: above all ContentArea fields, a description appears listing allowed content types (Refer attachment).We’d like to have this removed. It seems to add more confusion than clarity for our editors. We already enforce allowed content types using the [AllowedTypes] attribute in code, so displaying the full list in the UI—especially including unrelated options like Episerver Forms elements—is unnecessary and distracting.
This description wasn’t present in CMS 11, and we would prefer to maintain that cleaner editor experience.8 votes -
Search functionality to help finding needed content type
When there is several page and block types in use it would be easier to have search field so you could find correct content type effectively.
9 votes -
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 -
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 -
Copied pages to be Draft rather than Published by default
Global Digital Marketing Director.
When I copy and paste a page in the tree its status is always published or maybe it is the same of the page it is being copied from. I want to make the status of that page unpublished by default and then publish is manually later on, without requiring additional development work.
There have been other threads about this in the past eg https://world.optimizely.com/forum/developer-forum/CMS/Thread-Container/2018/5/copy-and-pasted-pages-always-have-published-status/
1 vote -
A true unpublish option or the ability to schedule the end of expiration
A true unpublish option would be a huge asset to the CMS. If that's not possible (or at least not possible soon, then the ability to schedule an end to expiration should work.
It might sound like a small thing, but being able to unpublish and then schedule for republishing can be the difference between a couple of clicks and rebuilding an entire page (or pages, if you're very unlucky. In the current system, if something needs to be pulled off the site you have to expire it. But if you want to put it back up at a specific…83 votes -
Search on Product Title/Name and get partial found list as we type, when using Shop
I'm a developer and my users are requesting a CMS enhancement that allows them to use the 'Find Product' to ....
give a partial found list of values as you type
have the ability to search by Product Title/Name
Currently we are only able to have the product search under the Shop section successfully return results when the full product ID is entered. Searching by product title doesn’t work, even when using the full title or keywords. The author must enter the full SKU or Product ID to get the product. Searching with keywords or part of the SKU won’t…
2 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.
6 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 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.
-
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
8 votes -
Need to get pinned regularly used pages in cms
There is lot of sites and pages in Optimizely CMS and content editors feel that it would be easier if they could get pinned pages they are frequently editing. Now it requires to open levels and scroll before getting the correct page if search finds many pages.
2 votes -
Feedback on UI Layout in Optimizely 12 Edit Mode
In Optimizely 12 I have noticed a significant change in the Edit Mode UI layout that I would like to share as feedback.
In Optimizely 11, the Edit Mode UI was more compact, providing editors with a more efficient workspace and minimizing empty space. However, in Optimizely 12, the Edit Mode layout includes a considerable amount of empty space, reducing the effective workspace for editors. This change is affecting the user experience, especially for those who were accustomed to the more compact design in Optimizely 11.This was one of the feedback points we received from our editors.
I would like…6 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 -
Add the option to use local time in the CMS instead of UTC
When adding a time from a Date/Time-picker in the CMS, you select one value, and then another value displays out on the website.
This is because you display UTC in the CMS and the browser then changes the time to local time out on the web. However this is extremely cumbersome for editors, since they need first of all be aware of this, and second of all think one extra step.
It would therefore be great if there was a solution for this, for example a setting to always display local time inside the CMS.2 votes -
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 -
Time zone issue affecting published Date
|
| When publishing content we are experiencing an issue with the published date displayed on site consistently being one day earlier than the date the content is actually published. We have the following request to enable us to resolve this issue.
Is it possible to use the .Net 6 built in type DateOnly in CMS 12+ ? Setting time zone on the server as suggested does not help in scenarios where we don't want to neither use nor display a date at all because the internal timezone conversion places dates on the day before in some cases. This can…7 votes -
Alert author when moving page results in duplicate url
When creating child pages and moving them to be the same level as the parent results in duplicate url, alert the author that moving will result in a duplicate url and require the author to make a change.
Steps to recreate:
1. create a parent page titled Monday Tips (url ends with /monday.tips
2. create a child page called Monday Tips (url ends with /monday.tips/monday.tips
3. moving the child page to be a at the same level as the parent would result in a duplicate url (/monday.tips. Opti doesn't allow duplicates and appends a numeric value to the end of…2 votes -
AllowedTypes for blocks added in Xhtml editor using the 'Add local block' button
It would be nice to be able to filter the selection of blocks to be created using the "Add local block" button in TinyMCE in the same way as when creating a new page or adding a block in a content area.
1 vote
- Don't see your idea?