diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-05 19:08:43 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-05 19:08:43 -0700 |
commit | 9fb08fb5022c9eaf6368a9d3ac07bb1dcf856c20 (patch) | |
tree | c83aec69b20bcee45b022dd343faa1155835a5c1 /doc/hooklist.bb | |
parent | 6710a77c26b9f5d621ad839cadeefb08fa066aa2 (diff) | |
download | volse-hubzilla-9fb08fb5022c9eaf6368a9d3ac07bb1dcf856c20.tar.gz volse-hubzilla-9fb08fb5022c9eaf6368a9d3ac07bb1dcf856c20.tar.bz2 volse-hubzilla-9fb08fb5022c9eaf6368a9d3ac07bb1dcf856c20.zip |
make legal_webbie() pluggable - * this should not be merged with federated projects unless the federation drivers make use of the hooks.
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 6933edad2..0b74a4df2 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -317,6 +317,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/legal_webbie]legal_webbie[/zrl] + Called to validate a channel address + +[zrl=[baseurl]/help/hook/legal_webbie_text]legal_webbie_text[/zrl] + Provides an explanation of text/character restrictions for legal_webbie() + [zrl=[baseurl]/help/hook/load_pdl]load_pdl[/zrl] Called when we load a PDL file or description |