# 태그 설명 길이를 늘리는 방법은?

**URL:** https://meta.discourse.org/t/how-to-increase-tag-description-length/241463
**Category:** Support
**Created:** [10월 10, 2022, 9:32오전 UTC](https://meta.discourse.org/t/how-to-increase-tag-description-length/241463 "2022-10-10T09:32:57Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![SaraDev](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/saradev/32/335139_2.png) [@SaraDev](https://meta.discourse.org/u/SaraDev)
#### Post date: [10월 13, 2022, 10:57오후 UTC](https://meta.discourse.org/t/how-to-increase-tag-description-length/241463/4 "2022-10-13T22:57:54Z")

</div>

태그 설명 길이는 Discourse에 하드코딩되어 있으므로, 이 값을 변경하려면 Discourse 인스턴스의 코드에서 해당 줄을 수정한 후 Discourse를 다시 빌드해야 합니다.

```plaintext
cd /var/discourse
./launcher rebuild app

```

대신, 관리자 설정 메뉴에 해당 설정을 노출하는 플러그인을 생성한 후 필요에 따라 업데이트하는 방법도 있습니다.

> [@Developing Discourse Plugins - Part 3 - Add custom site settings](https://meta.discourse.org/t/developing-discourse-plugins-part-3-add-custom-site-settings/31115):
>
> Previous tutorial: [Developing Discourse Plugins - Part 2 - Connect to a plugin outlet](https://meta.discourse.org/t/developing-discourse-plugins-part-2-connect-to-a-plugin-outlet/31001)Site Settings If you visit /admin/site\_settings on a Discourse you have administrator capabilities on, you’ll see a list of configuration settings. Out of the box, we provide what we think are the best settings for a Discourse install, but we also understand that people want to tweak their installations to make their forum just the way they want it. Chances are, unless your plugin is very simple, you’ll want…

---

_[View the full topic](https://meta.discourse.org/t/how-to-increase-tag-description-length/241463)._
