@@ -169,32 +169,31 @@ Currently this shortcode doesn't have any attributes to customize it.
169169
170170One of the main shortcodes, as it shows the end users a list of your courses/events.
171171
172- | Attribute | Value type | Default value |
173- | :-------------- | :-----------------------------------------------: | :-----------: |
172+ | Attribute | Value type | Default value |
173+ | :-------------- | :-----------------------------------: | :-----------: |
174174| template | string (` template_A ` , ` template_B ` ) | template_A |
175- | category | string | _ null_ |
176- | categorydeep | string | _ null_ |
177- | subject | string | _ null_ |
178- | subjectid | integer | _ null_ |
179- | hidesearch | boolean | false |
180- | onlyevents | boolean | false |
181- | onlyempty | boolean | false |
182- | numberofevents | numeric | _ null_ |
183- | mode | string | _ null_ |
184- | orderby | string | _ null_ |
185- | order | string (` ASC ` , ` DESC ` ) | _ null_ |
186- | showsearch | boolean | _ null_ |
187- | showmore | boolean | _ null_ |
188- | showcity | boolean | true |
189- | showbookbtn | boolean | true |
190- | showreadmorebtn | boolean | true |
191- | city | integer | _ null_ |
192- | courselevel | integer | _ null_ |
193- | searchCourse | string | _ null_ |
194- | filtercity | string | _ null_ |
195- | hideimages | boolean | _ null_ |
196- | showimages | boolean | _ null_ |
197- | ondemand | boolean | false |
175+ | category | string | _ null_ |
176+ | categorydeep | string | _ null_ |
177+ | subject | string | _ null_ |
178+ | subjectid | integer | _ null_ |
179+ | hidesearch | boolean | false |
180+ | onlyevents | boolean | false |
181+ | onlyempty | boolean | false |
182+ | numberofevents | numeric | _ null_ |
183+ | mode | string | _ null_ |
184+ | orderby | string | _ null_ |
185+ | order | string (` ASC ` , ` DESC ` ) | _ null_ |
186+ | showsearch | boolean | _ null_ |
187+ | showcity | boolean | true |
188+ | showbookbtn | boolean | true |
189+ | showreadmorebtn | boolean | true |
190+ | city | integer | _ null_ |
191+ | courselevel | integer | _ null_ |
192+ | searchCourse | string | _ null_ |
193+ | filtercity | string | _ null_ |
194+ | hideimages | boolean | _ null_ |
195+ | showimages | boolean | _ null_ |
196+ | ondemand | boolean | false |
198197
199198The ` template ` -attribute lets you override the default setting for what template the list should use.
200199
@@ -226,8 +225,6 @@ The `orderby`-attribute gives you the possibility to change the sort order of th
226225
227226` showsearch ` will force the search bar to be visible.
228227
229- ` showmore ` will enable the _ Show more_ link and limit the amount of visible results.
230-
231228The ` showcity ` -attribute will show the city where the event is held (if applicable)
232229
233230And the ` showbookbtn ` -attribute will decide if you want to show the _ Book_ -button in the event list.
0 commit comments