33 results found
-
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.
1 vote -
Allow ancestor/children links in Content Areas in Content Graph
I am looking to get the parent/children of a content item that is used within a Content Area to support a hierarchical relationship. Currently, it is not possible to use the _link property on Content Areas within Content Graph.
In this query:
query MyQuery { MyPage(where:{ContentLink:{Id:{eq: 1119}}}) { item { ContentLink { Id } _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } MyBlock(where:{ContentLink:{Id: {eq:1127}}}) { items { Cards { ContentLink { Id Expanded { _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } } } } }
In the first query,…
2 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!
2 votes -
Redirect page after expiration
It would be great if it is possible te set a redirection (just like in the no-found handler) when a page is expired and is replaced by another page in the website. This would make the process much more user-friendly.
1 vote -
Make page search multi-site aware
Searching for pages in a multisite CMS can be challenging when results from multiple sites are returned without clearly indicating which site each result belongs to.
I blogged about this here and provided a workaround but I think this should work better ootb.
1 vote -
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 -
2 votes
-
Optimizing content for AI crawling
I'm a CSM at Optimizely looking to support customers looking to optimize their content for AI to achieve growth in organic reach beyond traditional SEO.
3 votes -
the coordination and orchestration of jobs
I´m a Product Owner and would like to create a better overview of job executions, dependancies and orchestration in order to execute the right job in the right context when acutally neeeded.
1 vote -
Language Manager Role wise access
In the Languages gadget (Language Manager add-on), users have the option to duplicate content when creating a new language branch. During this process, the “Duplicate content” dialog presents checkboxes for:
Add all children
Add related content(s)
These options are useful for administrators but pose a risk when used by editors who may not fully understand the implications. For example, an editor in our organization mistakenly duplicated a section with over 800 nodes, resulting in around 500 duplicated blocks. This caused significant manual cleanup and unnecessary content clutter.
Feature Request:
We would like the ability to restrict visibility or access to…
2 votes -
Customize the "Workflow status" Section in CMS UI Dashboard (v12.18.0+)
CMS UI version 12.18.0 introduced a new dashboard with a "Workflow status" section. This section can display thousands of pages in some environments, each with multiple elements. This can result in a bloated and less usable interface, potentially affecting performance and user experience.
We would like to request the ability to:
Clear or limit the number of items displayed in the "Workflow status" section
Filter the displayed items based on specific criteria (e.g., content type, date, language, or user)
Customize or replace the section with a custom implementation if needed
Providing more control or configuration options for this section would…
2 votes -
[Language Manager] Improve the warning message to make it more meaningful
When translating the pages, you might get the following error:
"Error occurs while translating content, please check the logs for more details."Reason:
In most of cases, the issue happens when the page contains a block that was not enabled for the target language.
For an example: when translating a page from EN -> SV. The page contains a block in ContenArea. The issue happens when the 'sv' language is not enabled for the block.Solution:
As the above example, please enable 'Sv' language for the block.I think we need add more information to the message to make it…
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 -
sync status
This request is to make the status of the Synchronize with Optimizely Graph more visible. Currently content editors only see the graph sync status when clicking into the dropdown menu on a content item in the content editing pane. Would like to see graph sync status visible on the content editing interface without having to click and additional item. Perhaps even elevating items which are not synced to have a visible indicator within the content navigation pane setting a view for whether an item or subitems have unsynced content. Currently we are having issues with our sync jobs and users…
1 vote -
Language Manager in combination with the auto translate feature
Language Manager in combination with the auto translate feature
2 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…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 -
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.
1 vote
- Don't see your idea?