# 햄버거 카테고리 위젠프가 마운트되지 않나요?

**URL:** https://meta.discourse.org/t/hamburger-categories-widget-does-not-mount/255683
**Category:** Development
**Created:** [2월 20, 2023, 1:59오후 UTC](https://meta.discourse.org/t/hamburger-categories-widget-does-not-mount/255683 "2023-02-20T13:59:35Z")
**Posts on this page:** 2
**Page:** 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: [2월 20, 2023, 5:09오후 UTC](https://meta.discourse.org/t/hamburger-categories-widget-does-not-mount/255683/21 "2023-02-20T17:09:24Z")

</div>

네, 이전에 말씀하신 대로 안타깝게도 해당 가이드는 오래되었습니다. 현재 Discourse에서 Ember를 최신 버전으로 업데이트하는 작업을 진행 중이므로, 머지않아 가이드를 업데이트하거나 Ember 공식 문서를 더 자주 참고할 수 있도록 안내할 수 있기를 바랍니다.

`siteSettings`를 가져오고자 한다면 다음과 같이 할 수 있습니다.

```xml
<script type="text/discourse-plugin" version="0.8">

  let siteSettings = api.container.lookup('site-settings:main');
  console.log(siteSettings);
  
  // 예시 설정
  console.log(siteSettings.header_dropdown_category_count)
</script>

```

---

<div class="post-metadata">

### Author: ![Andrew\_Dickens](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andrew_dickens/32/290897_2.png) [@Andrew\_Dickens](https://meta.discourse.org/u/Andrew_Dickens)
#### Post date: [2월 21, 2023, 9:54오전 UTC](https://meta.discourse.org/t/hamburger-categories-widget-does-not-mount/255683/22 "2023-02-21T09:54:03Z")

</div>

@awesomerobot 안녕하세요, 흥미로운 소식입니다. 현재 클라이언트를 위해 커스텀 빌드된 Discourse를 구축하고 있습니다. 이전에 Discourse를 사용해 본 적이 없어 문서를 읽어가며 진행했는데, 필요한 모든 기능이 가능한 것으로 보였지만 지금은 확신이 서지 않습니다.

필요한 기능의 예로, 히어로 섹션 안에 카테고리 목록을 버튼으로 사용하는 Discourse 플러그인을 만드는 것을 들 수 있습니다.

다음에 대해 이해를 돕주실 수 있을까요?

- 문서 중 어떤 부분이 최신이 아닌지
- 최신 버전의 커스텀 플러그인 생성 방법은 어디서 찾을 수 있는지
- Ember에 대한 이해를 위해 다른 어디를 참고할 수 있는지
- 문서가 업데이트될 시점은 몇 주/몇 달 후인지

이 정보를 바탕으로 클라이언트에게 해당 문제를 전달할 수 있도록 하겠습니다.

감사합니다.

[이전 페이지](https://meta.discourse.org/t/hamburger-categories-widget-does-not-mount/255683.md?page=1)
