Skip to content

Commit

Permalink
#30 all it needed was the hook apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Feb 18, 2021
1 parent becfa07 commit 0200850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function initialize()

//Task
$this->template->hook->attach('template:board:private:task:after-title', 'coverimage:board/task');
$this->template->hook->attach('template:board:public:task:after-title', 'coverimage:board/task');
$this->template->hook->attach('template:task-file:images:dropdown', 'coverimage:task_file/images');
$this->template->hook->attach('template:task-file:images:before-thumbnail-description', 'coverimage:task_file/description');

Expand Down

0 comments on commit 0200850

Please sign in to comment.