Ricerche recenti


Nessuna ricerca recente

Peter Piek's Avatar

Peter Piek

Data ingresso 28 giu 2023

·

Ultima attività 03 lug 2024

Seguiti

0

Follower

0

Attività totali

26

Voti

8

Abbonamenti

13

PANORAMICA ATTIVITÀ

Ultima attività di Peter Piek

Peter Piek ha commentato,

Commento nella community Discussion - Tips and best practices from the community

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

Visualizza commento · Data ultimo post: 12 giu 2024 · Peter Piek

0

Follower

0

Voti

0

Commenti


Peter Piek ha commentato,

Commento nella community 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}}
>

Visualizza commento · Data ultima modifica: 27 mag 2024 · Peter Piek

0

Follower

0

Voti

0

Commenti


Peter Piek ha commentato,

CommentoUsing themes and customizing your Help Center

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

Visualizza commento · Data ultimo post: 29 apr 2024 · Peter Piek

0

Follower

0

Voti

0

Commenti


Peter Piek ha commentato,

CommentoUsing themes and customizing your Help Center

Jared Norton What are your results from running these commands:

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

Visualizza commento · Data ultimo post: 15 ago 2023 · Peter Piek

0

Follower

0

Voti

0

Commenti


Peter Piek ha commentato,

CommentoUsing 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/

 

Visualizza commento · Data ultima modifica: 19 lug 2023 · Peter Piek

0

Follower

1

Voto

0

Commenti