最近搜索


没有最近搜索

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

评论