-
Notifications
You must be signed in to change notification settings - Fork 380
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
[#5987] improvement: Add more configurations for the config API #5999
Conversation
cc @LauraXia123 |
Should the value be |
You are right. It should be |
the value should be in json type not json string
cc @lw-yang |
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.
LGTM.
@tengqm Do you have other suggestion? |
LGTM, although I was thinking of a JSON type configuration file for this purpose. |
We can expose more config options in the future. This config option is used for front end display. It's also useful to users if they use API to get the configurations. |
What changes were proposed in this pull request?
Add more configurations for the config API
Why are the changes needed?
Fix #5987
Front end can use this config option to optimize the user experience.
Does this PR introduce any user-facing change?
No.
How was this patch tested?