I am trying to make our Companies Zammad-Website more responsive. Therefore i need to add JS and edit Zammads HTML. I allready found out how to add Custom CSS to the page.
What would be the place to add / modify HTML ?
What would be the place to add / modify JS?
Is there a Guide on how to develop / modify your Zammad in general?
there currently is no develop or modify guide. As far as I’m aware, the devs are working on that step by step, but because of Zammads size, this is quite difficult to do.
As far as I’m aware you can’t add custom javascripts but need to edit Zammads own file, this makes the process not being update save.
HTML is coming from various files, so that will be a real pain.
I’m not sure if you really need to change HTML tags, because we mostly have everything inside of parent elements, but I’m no expert on that field.