Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegroovy
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]
		)

...