From 49a0cd4223caf483e2f27bb51268f28ffd609d57 Mon Sep 17 00:00:00 2001 From: Alexander Bias <bias@alexanderbias.de> Date: Sun, 10 Jul 2022 20:38:45 +0200 Subject: [PATCH] Add Capabilities section to README.md --- CHANGES.md | 4 ++++ README.md | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4188940..783901f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-theme_boost_campus Changes ------- +### Unreleased + +* 2022-07-10 - Add Capabilities section to README.md + ### v3.11-r3 * 2022-06-26 - Make codechecker happy again diff --git a/README.md b/README.md index 66c29fb..c68f301 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,20 @@ Improved font sizes and weights on category overview page for better readability * Reduced paddings on small screens (max. 768px) to be able to show a little bit more content and less whitespace. +Capabilities +------------ + +This theme also introduces these additional capabilities: + +### theme/boost_campus:viewhintcourseselfenrol + +This capability controls who is able to see a hint for unrestricted self enrolment in a visible course. + +### theme/boost_campus:viewhintinhiddencourse + +This capability controls who is able to see a hint in a hidden course. + + How this theme works ------------------- -- GitLab