Skip to content

Conversation

@pamfilos
Copy link
Collaborator

@pamfilos pamfilos commented Oct 7, 2025

fix #137

hidden: {
type: "boolean",
title: "Hidden",
description: "If yes, this field will not be visible in the form",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the description? It's already clear what it does from the title and it adds noise to the settings panel

optionsSchemaUiSchema: {
...common.optionsSchemaUiSchema,
},
optionsUiSchema: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually you can replace this entire object with just:

Suggested change
optionsUiSchema: {
...common.optionsUiSchema,
},

fix cern-sis#137

Signed-off-by: Pamfilos Fokianos <pamfilosf@gmail.com>
@pamfilos pamfilos merged commit 2908fd4 into cern-sis:master Oct 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

form: fields - make possible to make them hidden

2 participants