heimrichhannot / contao-assignment_notification_center
Get assignee data tokens within notification_center.
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: ~5.4 || ~7.0
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ^3.5.1 || ~4.1
- heimrichhannot/contao-assignment: ~1.0
- heimrichhannot/contao-notification_center_plus: ^1.0.29
This package is not auto-updated.
Last update: 2023-01-21 18:34:32 UTC
README
Use assignments within notification center
Notification Center Tokens
tokens
Token | Example | Description |
---|---|---|
##assignee_emails## | #assignee_emails## | Return the assignee emails from tl_assignee for the given mapping within tl_nc_message . |
##assignee_email_[ID]## | #assignee_email_0## | Return the first, second, third… assignee email from tl_assignee for the given mapping within tl_nc_message . |