heimrichhannot / contao-assignment_notification_center
Get assignee data tokens within notification_center.
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: ^7.0 || ^8.0
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ^4.4
- heimrichhannot/contao-assignment: ~1.0
- heimrichhannot/contao-multi-column-editor-bundle: ^2.14
- heimrichhannot/contao-notification_center_plus: ^1.0.29
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 . |