- Goto your Restyaboard installation root directory. e.g., directory: “/usr/share/nginx/html/restyaboard/”
- Create board template JSON file manually, you can refer the below example.
- Copy that JSON file and paste it into the “workflow_templates” folder which is available in “client/js/workflow_templates” directory
- Give file permission to that JSON file e.g., “chmod -R 0777 client/js/workflow_templates/{TEMPLATE_FILE}”
- After above process, clear the browser cache and login again.
- Now you can create board with your customized template.
JSON Example
{
"name": "Todo",
"lists": \[
"Todo",
"Doing",
"Done"
\]
}