# Post Reaction choices visable

**URL:** https://meta.discourse.org/t/post-reaction-choices-visable/391753
**Category:** Support
**Tags:** reactions
**Created:** [December 19, 2025, 2:33pm UTC](https://meta.discourse.org/t/post-reaction-choices-visable/391753 "2025-12-19T14:33:16Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![isaac](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/isaac/32/235758_2.png) [@isaac](https://meta.discourse.org/u/isaac)
#### Post date: [December 19, 2025, 2:53pm UTC](https://meta.discourse.org/t/post-reaction-choices-visable/391753/9 "2025-12-19T14:53:43Z")

</div>

I would start by looking at the `post-menu-buttons` value transformer:

```gjs
    api.registerValueTransformer(
      "post-menu-buttons",
      ({ value: dag, context: { post } }) => {
        if (post.firstPost) {
          dag.add("your-button", ButtonComponent);
        }
      }
    );

```

🙂

---

_[View the full topic](https://meta.discourse.org/t/post-reaction-choices-visable/391753)._
