Something went wrong on our end
-
Johannes Hörmann authoredJohannes Hörmann authored
possibleItemsProcess.js 203 B
import("system.result");
import("system.logging");
import("system.vars");
import("Keyword_lib");
var type = vars.get("$field.TYPE");
if (type) {
result.object(KeywordUtils.getStandardArray(type));
}