From 78a44718fbb8c7643128f4864cbbb1c8768f8c91 Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 25 Oct 2018 14:55:42 +0100 Subject: [PATCH] Added activity type help block --- src/Plugin/Block/ActivityTypeHelp.php | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/Plugin/Block/ActivityTypeHelp.php diff --git a/src/Plugin/Block/ActivityTypeHelp.php b/src/Plugin/Block/ActivityTypeHelp.php new file mode 100644 index 0000000..dbf73e3 --- /dev/null +++ b/src/Plugin/Block/ActivityTypeHelp.php @@ -0,0 +1,30 @@ + " +

All activity types have default fields such as description and time taken. Other fields can be added and managed here.

+ + " + ); + } + +}