16 results found
-
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 -
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 -
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.
-
Enable drag and drop for PropertyList<T> in the editing experience
Would it be possible to enable drag & drop in the editing experience of property list similar to content areas.
PropertyList are sometime favored in content type architecture as they take less editorial time to setup then blocks.33 votes -
Show fallback or replacement langage in page tree without have to check in Language Settings.
Give the editor a visual indicator that the page has a fallback or replacement language. Today the editor needs to mouse our the language code to see if a fallback is set. See attachments.
2 votes -
Unable to move multiple pages into hierarchy tree
We found the CMS system doesn't allow you to move multiple pages into the hierarchy tree, the only way is to move them one by one, which is very tedious and time-consuming. The only way is to write a custom class and archive them based on date creation and that's not the result we want either.
28 votes -
Language codes in page tree (navigation and in page header menu are not the same
If you in admin change the "Web Address Prefix" for languages the editor interface uses different language codes in different locations. In the page tree navigation it uses the language code but on the page header of the page the "Web Address Prefix" is used.
This confuses the editors. See attachments.3 votes -
Custom cultures in DXP
We are facing an issue with non-existing english language cultures for local markets. Ex en-IT. We would like the possibility to add custom cultures in DXP with CMS 12.
12 votes -
Being able to delete/move to trash orphaned blocks and media
As an editor I would like to be able to remove/move to trash a block or a media content item from the property view in the CMS.
As it is now you need to have the Block or Media widget open, and if a piece of content is orphaned you don't see it in any list.
I would like there to be a delete and move option the "Tools" dialog (See attached screenshot.
A alternative solution would be to have a automated "Orphaned" folder in the block/media view so you can actually select the delete option from there.22 votes -
Ability to change master language of page & block
We have multiple times seen and gotten feedback from customers that they've accidentally created content in the wrong language when for example English is supposed to be the master language.
This is usually due to them mainly working in one language and don't switch language branch just to create a page in English.
We have a few CMS instances where we use fallback language and a navigation with mixed language context. Once a piece of content has been created with a master language other than the intended master language (English it becomes confusing and a frustrating task for editors to…26 votes -
Visual compare feature in core product
We're using this add-on on Episerver World and it's very good: https://www.david-tec.com/2018/03/visual-compare-option-available-for-episerver-11/
I think it should be included in the core product so that it is available to everyone.13 votes -
Allow container pages that don't generate a URL segment
Some functionality cascades down the page tree, like approvals or permissions. Sometimes you want to group pages together so you can apply values and functionality to branches of pages, but these necessarily affects the URL, since any page generates a new URL segment.
"Container" pages can't be accessed directly, but they still generate a URL segment, so they can't be transparently used for grouping content.
It would be helpful to allow a type of container page that doesn't generate a URL segment. When ancestors are collected to form a URL for a descendant page, this type of page could simply…3 votes
- Don't see your idea?