Skip to content
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

Add support to __config__ for form name label #367

Closed
signebedi opened this issue Oct 21, 2024 · 1 comment
Closed

Add support to __config__ for form name label #367

signebedi opened this issue Oct 21, 2024 · 1 comment

Comments

@signebedi
Copy link
Owner

signebedi commented Oct 21, 2024

That is, allow people to overwrite the form name visible in the UI.

@signebedi
Copy link
Owner Author

Propagate form_label name to the UI navbar
The navbar does not currently use the form_label field. It makes sense; to access it, we need to (under current logic) render the full form model / config. Instead, we might want to create a macro called get_visible_form_names() that return a key-value pair between the form config name (eg. not necessarily human readable) and the human readable form, which defaults to a title-case rendering of the form name but can be overwritten by the form_label field.

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

No branches or pull requests

1 participant