We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #925, we introduced the ability to add Terms of Service link of the instance on the home page.
In fact, we would like to add more (and probably specific) resources alongside the ToS (like accessibility declarations or legal notice)
We would like to be autonomous to configure these buttons.
I can think of a environment variable which would contain a simple JSON object, like:
GRIST_HOME_PAGE_RESOURCES='{"Accessibility declaration": "https://...", "legal notice": "https://..."}'
The key would be the label and the value the link to the page for each button, which would be added complying to the order set in the JSON object.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem to be solved
In #925, we introduced the ability to add Terms of Service link of the instance on the home page.
In fact, we would like to add more (and probably specific) resources alongside the ToS (like accessibility declarations or legal notice)
Describe the solution you would like
We would like to be autonomous to configure these buttons.
I can think of a environment variable which would contain a simple JSON object, like:
The key would be the label and the value the link to the page for each button, which would be added complying to the order set in the JSON object.
The text was updated successfully, but these errors were encountered: