# api.decorateWidget - 템플릿 이름을 어떻게 찾을 수 있나요?

**URL:** https://meta.discourse.org/t/api-decoratewidget-how-can-i-find-the-templates-names/172907
**Category:** Support
**Created:** [12월 10, 2020, 6:09오후 UTC](https://meta.discourse.org/t/api-decoratewidget-how-can-i-find-the-templates-names/172907 "2020-12-10T18:09:21Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [12월 10, 2020, 6:58오후 UTC](https://meta.discourse.org/t/api-decoratewidget-how-can-i-find-the-templates-names/172907/2 "2020-12-10T18:58:54Z")

</div>

다양한 핸들바 템플릿의 플러그인 아웃렛을 추적하는 데 정말 유용한 테마 컴포넌트가 있습니다: [(deprecated) Plugin outlet locations theme component](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673). 첫 번째 게시물의 끝에는 테마 크리에이터 사이트에서 해당 컴포넌트의 미리보기로 연결되는 링크가 있습니다. 이를 사용하면 자체 사이트에 설치하지 않고도 대부분의 플러그인 아웃렛을 찾을 수 있습니다.

 ![Screen Shot 2020-12-10 at 10.35.14 AM](https://global.discourse-cdn.com/meta/original/3X/8/0/80c423a5d97d3876cf8077b4fad93ee1b56eea91.jpeg)

주의할 점 중 하나는 템플릿과 위젯이 서로 다른 개념이라는 것입니다. 물론 필요에 따라 템플릿의 플러그인 아웃렛에 위젯을 마운트하여 함께 사용할 수는 있습니다. 하지만 현재로서는 플러그인에서와 마찬가지로 커넥터/컴포넌트/컨트롤러를 사용하여 플러그인 아웃렛을 다루는 것이 더 일반적입니다.

[개발자 가이드의 이 섹션](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648#heading--4-b)에는 여러분이 찾고 있는 내용 중 상당 부분이 다루어져 있습니다. 또한 #Customization > Theme 카테고리의 GitHub 저장소에서 테마 컴포넌트들을 살펴보고 좋은 예시들을 참고해 보시는 것을 추천합니다.

---

_[View the full topic](https://meta.discourse.org/t/api-decoratewidget-how-can-i-find-the-templates-names/172907)._
