I have a dictionary nodeRef that i know. I need to fill this dictionary with a lot of values, this values have to be imported by hand or using javascript console. Is there a way using javascript console to import this values? For example:
var firstArray = ['a','b','c'];
var secondArray =['1','2','3'];
var dict = search.findNode("workspace://SpacesStore/9f3291b8-9733-45bd-8537-7c2e8a18cd2a");
...
...
Thank's in advance.
If you are using JS console as a add on, then you can use the below scripts to import noderef and acp.
Ref: https://gist.github.com/CesarCapillas/6f7692a1d657ce43851598ca9d5ecaa1