Topic: add css style for node type
Hello moro! How can I add custom css style to node type? I saw this
types: {
folder:{
openIcon: 'mif-tree-open-icon',
closeIcon: 'mif-tree-close-icon'
}
},in your examples, and is it possible to add something like this
name: 'mif-tree-nodeName'to change node font according to its type?