Open Alex100dre opened 5 years ago
First thank you for the plugin. 🙂
But I found it sad that we couldn't pass a defaultDirTree object as parameter to the configPlugin function. 🤔
defaultDirTree
Actually, it takes only pathSeporator parameter.
pathSeporator
That would be great to be able to pass this kind of object :
{ home: { name: 'home', type: 'dir', contents: { user: { name: 'user', type: 'dir', contents: {}, }, myFile: { name: 'myFile.txt', type: 'file', contents: 'Hello world' } }, }, }
Hmm good suggestion
First thank you for the plugin. 🙂
But I found it sad that we couldn't pass a
defaultDirTree
object as parameter to the configPlugin function. 🤔Actually, it takes only
pathSeporator
parameter.That would be great to be able to pass this kind of object :