최근 검색


최근 검색 없음

Peter Piek's Avatar

Peter Piek

가입한 날짜: 2023년 6월 28일

·

마지막 활동: 2024년 7월 03일

팔로잉

0

팔로워

0

총 활동 수

26

투표 수

8

플랜 수

13

활동 개요

님의 최근 활동 Peter Piek

Peter Piek님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

Tim Gilbreath I used this in 'templates/category_page.hbs'

댓글 보기 · 2024년 6월 12일에 게시됨 · Peter Piek

0

팔로워

0

투표 수

0

댓글


Peter Piek님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

Tim Gilbreath You can try something like this:


  {{#is category.id 360000123456}} class="my-first-class"

  {{else}}

    {{#is category.id 360000888444}} class="my-second-class"

    {{else}}

      {{!-- do more stuff here --}}

    {{/is}}

  {{/is}}
>

댓글 보기 · 2024년 5월 27일에 편집됨 · Peter Piek

0

팔로워

0

투표 수

0

댓글


Peter Piek님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Daniel Ladd Does starting in debug mode show any hints?
$ DEBUG=* zcli themes:preview

댓글 보기 · 2024년 4월 29일에 게시됨 · Peter Piek

0

팔로워

0

투표 수

0

댓글


Peter Piek님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Jared Norton What are your results from running these commands:

$ zcli profiles:list
 Subdomains            
 ───────────────────── 
  <= active 
$ echo $ZENDESK_SUBDOMAIN

댓글 보기 · 2023년 8월 15일에 게시됨 · Peter Piek

0

팔로워

0

투표 수

0

댓글


Peter Piek님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

I think it is nice to mention that themeId used in some zcli themes commands can be found through: https://{subdomain}.zendesk.com/api/v2/guide/theming/themes

Then look for the id of the theme in the JSON response.

See also: https://developer.zendesk.com/api-reference/help_center/help-center-api/theming/

 

댓글 보기 · 2023년 7월 19일에 편집됨 · Peter Piek

0

팔로워

1

투표

0

댓글