neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
Neos might get focal point support In [#5127 ](https://github.com/neos/neos-development-collection/pull/5127) and to actually use this the cop-image dialog should allow to specify a focal point and visualize focal points in the...
### Description When moving nodes in a setup that uses content dimensions, the tree becomes out of sync with the actual state after switching dimensions. ### Steps to Reproduce Have...
@grebaldi in https://github.com/neos/neos-ui/pull/3822: > - I have added deprecation markers to all *singular* node operations (stuff like `copy` as opposed to `copyMultiple`, `move` as opposed to `moveMultiple` and so on)...
### Description Setting reloadIfChanged on the _hidden property causes an error on the inline toolbar. ### Steps to Reproduce 1. Set **reloadIfChange: true** on the *_hidden* property of a Hideable...
### Description Inconsistent behavior whilst hiding an element from the inspector. ### Steps to Reproduce 1. Select a hideable element from the inline editor that's not already hidden; 2. On...
The current implementation of the floatValidator uses parseFloat, which strips decimal point and places if a whole number (eg. .0) is provided. This then causes the regex validation to fail...
Counter-part for https://github.com/neos/neos-development-collection/pull/5298
The `getNodeFromContextPath(…)` in the Neos.Ui `NodeService` may return `null`, passing that to `publishNodde(…)` fails: ``` Exception in line 240 of /…/Flow_Object_Classes/Neos_Neos_Ui_Controller_BackendServiceController.php: Neos\Neos\Service\PublishingService_Original::publishNode(): Argument #1 ($node) must be of type Neos\ContentRepository\Domain\Model\NodeInterface,...
Solves #3715 . **What I did** - MultiSelectBox will default to non-dragging behavior. **How I did it** - Added new prop for the MultiSelectBox to ALLOW dragging. **How to verify...