docs: updated example hooks line
This commit is contained in:
parent
59312acf82
commit
4ef9056d69
1 changed files with 2 additions and 1 deletions
|
|
@ -162,7 +162,8 @@ To add custom hooks to your instance, use the following steps:
|
|||
|
||||
1. Open :menuselection:`Admin --> Settings --> Hooks`
|
||||
2. Add your custom hook details, you can use a file path to specify custom
|
||||
hook scripts, for example: ``python:/path/to/custom_hook.py``
|
||||
hook scripts, for example:
|
||||
``pretxnchangegroup.example`` with value ``python:/path/to/custom_hook.py:my_func_name``
|
||||
3. Select :guilabel:`Save`
|
||||
|
||||
Also, see the |RC| Extensions section of the :ref:`rc-tools` guide. |RC|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue