forked from Cleancodefactory/BindKraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfiguration.json
27 lines (27 loc) · 1019 Bytes
/
Configuration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"KraftModuleConfigurationSettings": {
"NodeSetSettings": {
"SourceLoaderMapping": {
"NodesDataIterator": {
"NodesDataIteratorConf": {
"Name": "DefaultNodeTreeIterator",
"ImplementationAsString": "Ccf.Ck.SysPlugins.Iterators.DataNodes.DataNodesImp, Ccf.Ck.SysPlugins.Iterators.DataNodes",
"InterfaceAsString": "Ccf.Ck.SysPlugins.Interfaces.IDataIteratorPlugin, Ccf.Ck.SysPlugins.Interfaces",
"Default": true,
"CustomSettings": {
"MyCustomsetting": "Iterator"
}
},
"NodesDataLoader": [
]
},
"ViewLoader": [
],
"LookupLoader": [
],
"ResourceLoader": [
]
}
}
}
}