最近の検索


最近の検索はありません

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

コメント