whitebophir
whitebophir copied to clipboard
Design template?
Is it possible to customise the HTML/CSS of the board UI (e.g. add a logo, etc)?
Well, all the user interface code is in the client-data folder, you can do whatever you want with it. Remember that WBO is published under the AGPL, so you have to make the source code of your customizations public and available under the same license. The easiest way to do so is to fork this repository on github, and make your changes in your own fork.