# Follow up question on customizing composer

**URL:** https://meta.discourse.org/t/follow-up-question-on-customizing-composer/378453
**Category:** Support
**Tags:** composer
**Created:** [August 13, 2025, 4:36pm UTC](https://meta.discourse.org/t/follow-up-question-on-customizing-composer/378453 "2025-08-13T16:36:22Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [August 13, 2025, 6:44pm UTC](https://meta.discourse.org/t/follow-up-question-on-customizing-composer/378453/2 "2025-08-13T18:44:56Z")

</div>

For custom fields per tag, you probably want to store/structure data in the database, and this will require a plugin.

You can work around that limitation and use a theme component if you only need to format the post content itself (like adding consistent sections or templates), but this data would live in the post body as normal text, so it’s pretty limited if you want to query it or structure it for use in other parts of Discourse.

---

_[View the full topic](https://meta.discourse.org/t/follow-up-question-on-customizing-composer/378453)._
