Skip to content

Commit

Permalink
doc(message): add the date range to message doc. (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Étienne Lord <[email protected]>
  • Loading branch information
pelord and Pierre-Étienne Lord authored Apr 22, 2021
1 parent e1903af commit 71ba987
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions docs/config_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2001,14 +2001,32 @@ Propriétés
- Icone à ajouter au message.
-
-
* - options.*
- Notification
- .. line-block::
Voir les options Notifications dans le projet
`angular2-notification options. <https://github.com/flauc/angular2-notifications#options>`_
-
-
* - options.template
- String
- En construction
-
-
* - options.timeOut
- Number
- Temps avant la disparition du message, en miliseconde.
* - options.from
- Date | String
- .. line-block::
Date de début de l'application du message.
Peut être une date OU un string interprétable
en javascript. `https://developer.mozilla.org/fr/docs... <https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Date/parse>`_
-
-
* - options.to
- Date | String
- .. line-block::
Date de fin de l'application du message.
Peut être une date OU un string interprétable
en javascript. `https://developer.mozilla.org/fr/docs... <https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Date/parse>`_
-
-
* - text
Expand Down

0 comments on commit 71ba987

Please sign in to comment.