-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUGFIX: CreationDialog hideable elements #4297
Conversation
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 ```
Can you check the StyleCI issue? @mhsdesign |
nope i cant the style ci is just running maniac. i dindt touch the files. |
You can fix the issue anyway? |
nope that will cause a lot of issues if its done as bugfix into 7.3 imo someone should just reconfigure the style ci. it should not be part of this pr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in combination with neos/neos-ui#3507 and works as expected!
closes cross repo issue: neos/neos-ui#3483
In the UI it will be once neos/neos-ui#3507 is merged possible to use the
hidden
property in the node creation dialogThis change adjusts neos creationDialogPostprocessor so that creationDialog items that are generated from properties via
showInCreationDialog
will have the hidden property copiedUpgrade instructions
Review instructions
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions