Pesquisas recentes


Sem pesquisas recentes

Peter Piek's Avatar

Peter Piek

Entrou em 28 de jun. de 2023

·

Última atividade em 03 de jul. de 2024

Seguindo

0

Seguidores

0

Atividade total

26

Votos

8

Assinaturas

13

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Peter Piek

Peter Piek comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

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

Exibir comentário · Publicado 12 de jun. de 2024 · Peter Piek

0

Seguidores

0

Votos

0

Comentários


Peter Piek comentou,

Comentário na comunidade 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}}
>

Exibir comentário · Editado 27 de mai. de 2024 · Peter Piek

0

Seguidores

0

Votos

0

Comentários


Peter Piek comentou,

ComentárioUsing themes and customizing your Help Center

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

Exibir comentário · Publicado 29 de abr. de 2024 · Peter Piek

0

Seguidores

0

Votos

0

Comentários


Peter Piek comentou,

ComentárioUsing themes and customizing your Help Center

Jared Norton What are your results from running these commands:

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

Exibir comentário · Publicado 15 de ago. de 2023 · Peter Piek

0

Seguidores

0

Votos

0

Comentários


Peter Piek comentou,

ComentárioUsing 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/

 

Exibir comentário · Editado 19 de jul. de 2023 · Peter Piek

0

Seguidores

1

Votos

0

Comentários