-
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: CreationDialog hideable elements
In the UI it will be once neos/neos-ui#3507 is merged possible to use the `hidden` property in the node creation dialog ```yaml ui: creationDialog: elements: hiddenProperty: type: string ui: hidden: true ``` This change adjusts neos creationDialogPostprocessor so that creationDialog items that are generated from properties via `showInCreationDialog` will have the hidden property copied ```yaml properties: hiddenProperty: type: string ui: showInCreationDialog: true inspector: hidden: true ```
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters