Icons
Upload new file:
select upload file, after finish you can check the file: https://cdn.scheduleinterpreter.com/flow/images/icons/fileName.*
This URL will use in the CSS attribute.
Add new icons (developer):
URL: https://ide.scheduleinterpreter.com/#/home/project
path: SI-platform/public/css/platformUI/icons.css
add new entry, example:
.account-multiple-plus-outline {
background-image: url("https://cdn.scheduleinterpreter.com/flow/images/icons/account-multiple-plus-outline.svg");
}
Add new icons (production):
URL: https://ide.scheduleinterpreter.com/#/home/project
path: SI-platform_platform/public/css/icons.css
add new entry, example:
.account-multiple-plus-outline{
background-image: url("https://cdn.scheduleinterpreter.com/flow/images/icons/account-multiple-plus-outline.svg");
}