neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
### Description Having a node with an auto-created childNode of a custom type here. When selecting that childNode in the structure tree, it cannot be hidden using the icons in...
Add new `Neos.Neos/Inspector/Editors/ButtonEditor` as described in #3474
### Description Currently, in Neos, the dimensions' menu can be somewhat cumbersome and difficult to use. Some editors have suggested several changes to improve the usability of the dimensions' menu...
This PR fixes #3495 . Thanks to @Liioooo for finding and fixing the issue! Tbh I don't actually understand why this fixes the bug, but I can confirm dimension switcher...
The textarea editor is not restricted in height. If you need to add a lot of content it grows as long as the content is. This PR allows to set...
prelude to: https://github.com/neos/neos-ui/pull/3773 refs: https://github.com/neos/neos-ui/issues/3119 This PR reforms the UI's i18n mechanism by exposing a new function `translate` directly from the `@neos-project/neos-ui-i18n` package. The function looks as follows: ```typescript function...
**What I did** This is a follow up for #3770 in which we load all nodes requested by the UI directly from the database instead of querying each node by...
https://github.com/neos/neos-ui/pull/3756 introduced a new collapse button in the document tree: but after collapsing its unclear how to find the current node again in the tree. For that to achieve i...
### Description The asset editor doesn't allow a preview of the selected asset like the image editor does. #### Expected behavior * The asset can be previewed both when the...