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/hook/legal_webbie_text.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/hook/legal_webbie_text.bb')
-rw-r--r-- | doc/hook/legal_webbie_text.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/hook/legal_webbie_text.bb b/doc/hook/legal_webbie_text.bb new file mode 100644 index 000000000..32c74c93b --- /dev/null +++ b/doc/hook/legal_webbie_text.bb @@ -0,0 +1,7 @@ +[h2]legal_webbie_text[/h2] + +Returns a string describing the text rules applied to legal_webbie(). + +Called with an array [ 'text' => (descriptive text describing text character limitations) ] + +A plugin should return the description of the allowed characters and operation performed in the 'legal_webbie' hook to assist people when creating a new channel.
\ No newline at end of file |