You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: new_website/docs/shortcodes.md
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ id: shortcodes
3
3
title: Shortcodes
4
4
sidebar_label: Shortcodes
5
5
---
6
+
6
7
Here we have a complete reference guide to all shortcodes available in the plugin, with all attributes.
7
8
8
9
* * *
@@ -229,8 +230,11 @@ results from the API.
229
230
230
231
You can set the `mode`-attribute to either `event` or `course`, to make the list show events or course templates.
231
232
232
-
The `orderby`-attribute gives you the possibility to change what field the list should be ordered by. The available fields can be found at https://api.eduadmin.se/?page=read#operation/GetEvents or https://api.eduadmin.se/?page=read#operation/GetCourseTemplates depending on what `mode`-attribute you are using, either `event` or `course`,
233
-
and the `order`-attribute takes the values ASC or DESC.
233
+
The `orderby`-attribute gives you the possibility to change what field the list should be ordered by. The available
234
+
fields can be found at https://api.eduadmin.se/?page=read#operation/GetEvents
235
+
or https://api.eduadmin.se/?page=read#operation/GetCourseTemplates depending on what `mode`-attribute you are using,
236
+
either `event` or `course`,
237
+
and the `order`-attribute takes the values ASC or DESC.
234
238
235
239
`showsearch` will force the search bar to be visible.
236
240
@@ -327,8 +331,7 @@ And if you want to create a specific page for a programme, you can also use the
327
331
328
332
### `[eduadmin-programme-list]`
329
333
330
-
As with the normal list view, this view lists the available programmes you have created in [**
331
-
EduAdmin**](https://www.eduadmin.se).
334
+
As with the normal list view, this view lists the available programmes you have created in [**EduAdmin**](https://www.eduadmin.se).
0 commit comments