Doc cleanup

This commit is contained in:
PMKuipers 2024-12-30 22:29:38 +01:00
parent a5c1fd9a6c
commit 4a2fc759cf
3 changed files with 7 additions and 3 deletions

View file

@ -17,7 +17,8 @@
{{! {{!
@template local_treestudyplan/cfg_grades @template local_treestudyplan/cfg_grades
D Template for rendering configuration page for grades and scales.
Classes required for JS: Classes required for JS:
* float * float

View file

@ -18,6 +18,7 @@
@template local_treestudyplan/invitations @template local_treestudyplan/invitations
Template for rendering the invitations page Template for rendering the invitations page
Classes required for JS: Classes required for JS:
* m-action-resend * m-action-resend
* m-action-confirm * m-action-confirm
@ -34,7 +35,7 @@
Example context (json): Example context (json):
{ {
"invites": array_values($DB->get_records('local_treestudyplan_invit', ['user_id' => $USER->id])); "invites": array_values($DB->get_records('local_treestudyplan_invit', ['user_id' => $USER->id])),
"hasinvites": true, "hasinvites": true,
} }
}} }}

View file

@ -17,7 +17,9 @@
{{! {{!
@template local_treestudyplan/invitations @template local_treestudyplan/invitations
Template for rendering the invitations page Template for rendering the page visitors with an invitation to view
a study plan see.
Classes required for JS: Classes required for JS:
* none * none