This repository has all the helps which is rendered on the DuploCloud entity forms.
- Provide the name to your form if it does not exists in duplo-ui source code.
- Create a new file in the forms directory with the name as
<formname>.yml
. - Start adding help for form fields as key-value pair. Where key is the name of field and value is detailed description about the field.
If you have made any kind of changes in the help, do not forgot to regenerate the "en.json" file with below command
python consolidate.py
You might have to install pyyaml
python dependency before running above command.
pip install pyyaml