doc page for the new channel_links hook
This commit is contained in:
parent
e1cd51d8d9
commit
137f5b3dbc
12
doc/hook/channel_links.bb
Normal file
12
doc/hook/channel_links.bb
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[h2]channel_links[/h2]
|
||||||
|
|
||||||
|
Called when generating the Link HTTP header for the channel page. Different protocol stacks can add links to this header.
|
||||||
|
|
||||||
|
Hook data = array
|
||||||
|
'channel_address' => channel nickname, no checking is done to see if it is valid
|
||||||
|
'channel_links' => array of channel links in the format
|
||||||
|
'url' => url of resource
|
||||||
|
'rel' => link relation
|
||||||
|
'type' => MIME type
|
||||||
|
|
||||||
|
All fields are required
|
Reference in New Issue
Block a user