[DOCUMENTATION] Plugin events should be declared in the plugin's directory not in the core
This commit is contained in:
parent
db9bb6b5a1
commit
6c8d2e159e
|
@ -1496,6 +1496,3 @@ StartDocNav: Before outputting the docs Nav
|
|||
|
||||
EndDocNav: After outputting the docs Nav
|
||||
- $nav: The DoclNav widget
|
||||
|
||||
NodeInfoProtocols: List of protocols to be reported on NodeInfo requests
|
||||
- &$protocols - Add protocol to the list so it is informed upon request
|
||||
|
|
2
plugins/Nodeinfo/EVENTS.txt
Normal file
2
plugins/Nodeinfo/EVENTS.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
NodeInfoProtocols: List of protocols to be reported on NodeInfo requests
|
||||
- &$protocols - Add protocol to the list so it is informed upon request
|
Loading…
Reference in New Issue
Block a user