neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
When the `displaySearchBox` property is false, we should not render the `SelectBox` that is responsible for the search. Fixes: #3673
**What I did** I added the translations of our validators from the Neos.Neos package directly too the Neos.Neos.Ui package. **How I did it** Moved the translations over, and adjusted the...
This is just a wip thought and will be better formulated and discussed at a later point. Current state: - ClientEval is hacky and ugly and must go - Hiding...
### Description Some fields have a hidden attribute that depends on other fields being checked or chosen. If those fields are declared mandatory with the NotEmptyValidator the whole node cannot...
### Description Currently, the workspace selector in the Neos User Interface is nested within the publishing dropdown, leading to a less intuitive user experience. Users have expressed difficulty in locating...
### Description When changing any node all context paths of unpublished nodes are return from the server. This consumes a large amount of memory and takes several seconds with larger...
### Description I get a white page when I click on "discard all" and then want to edit something inline again. ### Steps to Reproduce 1. Edit some properties 2....
### Description When using the cut and paste function it is possible to create a duplicate URL path segment. ### Steps to Reproduce 1. Create a new page under home...
### Description Sometimes the user may select one of the configured aspect-ratios, e.g. choose between landscape and portrait. However, as soon as I provide the option to select an aspect-ratio...
### Current Behavior When I copy/create a page and a childpage into a different dimension, and publish only the child page, an error message is shown: ### Expected Behavior Usually...