docs(announcement): add documentation for target option in schedule
Add documentation explaining the optional 'target' parameter that allows restricting announcements to specific usergroups like 'vip', with all users receiving the announcement by default if not specified.
This commit is contained in:
@@ -36,6 +36,9 @@ BladW.Announcement = BladW.Announcement or {}
|
||||
-- title = "...", text = "..." -> annonce perso
|
||||
-- (si je mets les deux, title/text passent devant le preset)
|
||||
--
|
||||
-- À QUI ? en option :
|
||||
-- target = "vip" -> seulement l'usergroup "vip" (sinon tout le monde)
|
||||
--
|
||||
-- Pour couper une ligne : je la commente (--) ou je la dégage.
|
||||
-- ─────────────────────────────────────────────
|
||||
BladW.Announcement.Schedules = {
|
||||
|
||||
Reference in New Issue
Block a user