-
Notifications
You must be signed in to change notification settings - Fork 46
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
#2256 Add ability to display text description next to heading label #2263
base: main
Are you sure you want to change the base?
Changes from 20 commits
6932f32
2666aea
c3379c6
54294aa
a0c3e38
0aebd18
d97e731
06f9714
e53c03a
c7beac5
62cc2e9
9fc9962
8214c5f
a82ebe1
e532200
cff31e2
697784a
30b7f47
be033c1
762748b
cc18701
ef729d2
a2b0edb
c87918d
51aaefd
340e4b0
25854af
3ac2293
e64edb6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -424,7 +424,11 @@ | |
] | ||
} | ||
], | ||
"description": { | ||
"default": "Readonly description" | ||
}, | ||
"help": { | ||
"id": "link_for_description", | ||
"data": { | ||
"url": "randomUrl" | ||
} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nmgokhale Is it okay if the help object is updated like this in paramDef to fetch description and link ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should be using https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/operators/uihints-v3-schema.json#L23. I don't think we need to add another description object. We'd need a config option though that would allow users to determine if descriptions are included or not. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @matthoward366 I have updated PR to use |
||
|
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.
Change the label to
showHeadingDesc
. Label should match with the config option.