Zdrojový kód wiki New Index Page

Version 21.1 by PetrPaklic on 17.12.2020 17:46

Show last authors
1 Úvodní stránka nové oblasti.
2
3 Upravena uvodni stranka.
4 services.notification.watch.
5 {{velocity}}
6 isEnabled $services.notification.watch.isEnabled()
7 hasAnyEnabledNotificationPreferences $services.notification.preferences.hasAnyEnabledNotificationPreferences()
8 isLocationWatchedWithAllEventTypes $services.notification.watch.isLocationWatchedWithAllEventTypes($doc)
9 isLocationWatched $services.notification.watch.isLocationWatched($doc.documentReference)
10 ## doc: $services.notification.watch.isLocationWatched($doc.documentReference)
11 ##'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference),
12 ##'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference)
13
14 {{/velocity}}