Skip to content

Integrated Help

In App/help/LANGUAGE/ directory create markdown files MODEL.md and/or MODEL.FIELD.md which will be automatically integrated as online help for your users.

Example

alt text

1
2
3
# Contract

Model-specific help written in `App/help/contract.md`
1
2
3
4
5
# Contract

## Reference

Field specific help for `contract`.`reference` stored as markdown in `App\help\en\contract.reference.md`

Automatically added Help-Buttons for opening the help-panel:

alt text

Help-panel at the right hand side:

alt text