summaryrefslogtreecommitdiff
path: root/doc/en_US/plugin-hooks.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2017-11-27 15:10:38 -0800
committerFrédéric Guillot <fred@kanboard.net>2017-11-27 15:10:38 -0800
commit436673247fc28ae05c6b17baf202ca26e1903862 (patch)
tree7454754d7c6ebfc752d2d81d1fc8f16cbd43274c /doc/en_US/plugin-hooks.markdown
parent1db9bc1b2e8e0134f6276771a08b54c4748f8e5e (diff)
Update image links in documentation
Diffstat (limited to 'doc/en_US/plugin-hooks.markdown')
-rw-r--r--doc/en_US/plugin-hooks.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en_US/plugin-hooks.markdown b/doc/en_US/plugin-hooks.markdown
index bd32166b..c37cf80b 100644
--- a/doc/en_US/plugin-hooks.markdown
+++ b/doc/en_US/plugin-hooks.markdown
@@ -65,13 +65,13 @@ class Plugin extends Base
List of merging hooks:
-#### controller:task:form:default
+`controller:task:form:default`
- Override default values for task forms
- Arguments:
- `$default_values`: actual default values (array)
-#### controller:calendar:project:events
+`controller:calendar:project:events`
- Add more events to the project calendar
- Arguments:
@@ -79,7 +79,7 @@ List of merging hooks:
- `$start` Calendar start date (string, ISO-8601 format)
- `$end` Calendar` end date (string, ISO-8601 format)
-#### controller:calendar:user:events
+`controller:calendar:user:events`
- Add more events to the user calendar
- Arguments: