diff options
author | Mario <mario@mariovavti.com> | 2019-02-02 20:50:40 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-02-02 20:50:40 +0100 |
commit | bf3d0c1274fde4cb3ab1944d0011f3309596117b (patch) | |
tree | 285871de4fcb14ddb2896a3d81275d67b9ea3b98 /doc/hooklist.bb | |
parent | 0ded1d326ca0792249e878d40fce4c810416295b (diff) | |
parent | 708d2881217a3a66d5ff64a33365e0cb96353962 (diff) | |
download | volse-hubzilla-bf3d0c1274fde4cb3ab1944d0011f3309596117b.tar.gz volse-hubzilla-bf3d0c1274fde4cb3ab1944d0011f3309596117b.tar.bz2 volse-hubzilla-bf3d0c1274fde4cb3ab1944d0011f3309596117b.zip |
Merge branch 'patch-20190201a' into 'dev'
Add filter hooks and the ability to add buttons to the default status editor
See merge request hubzilla/core!1502
Diffstat (limited to 'doc/hooklist.bb')
-rw-r--r-- | doc/hooklist.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/hooklist.bb b/doc/hooklist.bb index 6d56d5e71..5a804c819 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -370,6 +370,12 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/jot_tool]jot_tool[/zrl] Deprecated and possibly obsolete. Allows one to add action buttons to the post editor. +[zrl=[baseurl]/help/hook/jot_tpl_filter]jot_tpl_filter[/zrl] + Called to filter template vars before replacement in jot.tpl. + +[zrl=[baseurl]/help/hook/jot_header_tpl_filter]jot_header_tpl_filter[/zrl] + Called to filter template vars before replacement in jot_header.tpl. + [zrl=[baseurl]/help/hook/legal_webbie]legal_webbie[/zrl] Called to validate a channel address |