Skip to content

Commit

Permalink
docs: Add new fields for announcements inside io.cozy.homes.settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Sep 18, 2024
1 parent 6b650f3 commit 5907d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/io.cozy.home.settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The `io.cozy.home.settings` doctype contains one document that manages settings
- **`order`**: {number} If provided, the order in which the shortcut should appear.
- **`originalName`**: {string} Original name of the shortcut.
- **`announcements`**: {object} Data related to the lifecycle of announcement inside Cozy
- **`announcements.firstActivatedAt`**: {date} The first time, the user has announcements feature activated. Allow delayed display of the dialog for first time users.
- **`announcements.dismissedAt`**: {date} The last time, the user dismiss the announcements dialog
- **`announcements.seen`**: {string[]} The viewed announcements. The array size is limited to same as the number of announcement return by the API (currently: 5)

Expand Down

0 comments on commit 5907d95

Please sign in to comment.