- Issue created by @wattdesigns
- πΊπΈUnited States john.oltman
No problem and good question. Answers:
[registration:entity:*] - That will get you fields on the host entity. For example, if the host entity is a node, and it has a field named "field_event_description", then [registration:entity:field_event_description] should print that.
[registration:host-entity:*] - That will get you "pseudo" fields relating to the host entity class, as follows:
[registration:host-entity:is-after-close]
[registration:host-entity:is-available]
[registration:host-entity:is-before-open]
[registration:host-entity:is-configured]
[registration:host-entity:registration-count]
[registration:host-entity:spaces-remaining]
[registration:host-entity:spaces-reserved]This issue has some additional info: https://www.drupal.org/project/registration/issues/3378873 β¨ Implement full integration with ECA module Active
Hope that helps!
- πΊπΈUnited States wattdesigns
Oh good golly! I thought it HAD to use the registration:host-entity:* format. This should fix all my problems with this!!!!! Thank you so much! Hopefully this helps others in my boat as well.