msupply-foundation / conforma-web-app

Conforma application manager (IRIMS) front-end
GNU Affero General Public License v3.0
5 stars 0 forks source link

Element plugins -- add "help" field #645

Closed CarlosNZ closed 3 years ago

CarlosNZ commented 3 years ago

This is the text that will display in the right-hand sidebar in application forms. It is intended to be used sparingly, and is distinct from "description".

To think about: should it be a field on its own in the "template_element" table, or just part of "parameters" JSON? My initial thought is that it should be separate, since it'll be rendered outside the main ApplicationView element, so should probably be handled earlier.

2021-04-30 11 07 37

CarlosNZ commented 3 years ago

Implement as per discussion here