[js-transform] inline java script support (#11473)
* [js-transform] inline java script support Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
<config-description uri="profile:transform:JS">
|
||||
<parameter name="function" type="text" required="true">
|
||||
<label>JavaScript Filename</label>
|
||||
<description>Filename of the JavaScript in the transform folder. The state will be available in the variable
|
||||
\"input\".</description>
|
||||
<label>JavaScript Filename or Inline Script</label>
|
||||
<description>Filename of the JavaScript in the transform folder or inline script starting with "|" character. The
|
||||
state will be available in the variable "input".</description>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
<parameter name="sourceFormat" type="text">
|
||||
|
||||
Reference in New Issue
Block a user