10 results found
-
Implement Image Renditions for CMS
The Optimizely Content Marketing Platform has a feature called "Image Renditions" which has several features to reduce friction for Web Editors managing images in the CMS.
This entire feature set looks promising, but here are 3 Key features which I'm most hungry for addition to the CMS:
• Option to Resize & Crop at the same time
• The addition of focal points for images
• The creation and management of multiple instances of a single image asset, in order to optimize view for the image to be displayed in multiple aspect ratios.Please consider adding this feature set, or any of its…
7 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 -
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.2 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.
2 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.
1 vote -
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…
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.
2 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.
1 vote -
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.
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
- Don't see your idea?