converts all tasks with children into projects
webix.ui({
view: "gantt",
url: "https://docs.webix.com/gantt-backend/",
// enable converting tasks into projects
projects: true
});
If the property is set to true all tasks that have subtasks will be automatically converted into projects.