RuntimeConfigDto
colorstringrequired
Example:
#3B8BF6darkThemeUrlstring
Example:
https://example.com/darktheme.pnglightThemeUrlstring
Example:
https://example.com/lighttheme.pngrequireProjectAgreementboolean
Whether a project agreement is required when creating an algorithm instance
Example:
falseRuntimeConfigDto
{
"color": "#3B8BF6",
"darkThemeUrl": "https://example.com/darktheme.png",
"lightThemeUrl": "https://example.com/lighttheme.png",
"requireProjectAgreement": false
}