...
Code Block | ||
---|---|---|
| ||
if (api.isSyntaxCheckisInputGenerationExecution()) return def configuratorValue = cProcessor.getHelper().getRoot().getInputByName("configurator")?.value cProcessor.addOrUpdateInput("ROOT", ["name" : "configurator", "label" : "Configuration", "type" : "INLINECONFIGURATOR", "typedId" : api.contextTypedId(), "url" : "PromotionManagerConfigurator", "value" : configuratorValue] ) |
...