Skip to content

Commit

Permalink
Merge branch 'feature/subplugins' of github.com:learnweb/moodle-block…
Browse files Browse the repository at this point in the history
…_townsquare into feature/subplugins
  • Loading branch information
TamaroWalter committed May 16, 2024
2 parents 9bdfa2a + a5cb904 commit fc26aff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ from different courses are shown. Additionally, the user is able to filter the n

## Subplugin functionality ##

Townsquare does not show notfications from every installed plugin. As every plugin can have different type of notifications that
Townsquare does not show notifications from every installed plugin, as every plugin can have different types of notifications that
not always should be shown to the current user (e.g. a teacher should not see the same notifications as a student).
Therefore, only the moodle core plugins are supported by the plugin.
To show notifications from other plugins, a subplugin can be implemented or installed. To do that, install local plugin
Therefore, only the Moodle core plugins are supported by the plugin.
To show notifications from other plugins, a subplugin can be implemented or installed. To do that, install the local plugin
local_townsquaresupport (see: https://github.com/learnweb/moodle-local_townsquaresupport). Townsquaresupport manages
subplugins and makes them available to townsquare.
subplugins and makes them available to Townsquare.

More information on how to install subplugins: https://github.com/learnweb/moodle-local_townsquaresupport
More information on townsquare subplugins: https://github.com/learnweb/moodle-local_townsquaresupport/wiki

## Installing via uploaded ZIP file ##

Expand Down

0 comments on commit fc26aff

Please sign in to comment.