Claudius
13 years agoBoss
Accessing Author information for custom component
I would like to add a custom component below the "Author" stock component that is shown to the left of each message. I've already found the page type to add my custom component (ForumMessage), but no...
- 13 years ago
Hi Claudius,
Instead of the page.context object, you'll want to use the env.context object:
For example:
${env.context.message.author.id}