mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
* added default values to input fields for all module steps * merged Signed-off-by: Ankit Singla <asingla590@gmail.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
fef021911b
commit
b300dc2d1f
@@ -71,6 +71,8 @@ function DefaultHtmlStepUi(_sequencer, options) {
|
||||
inputDesc.type +
|
||||
'" name="' +
|
||||
paramName +
|
||||
'" value="' +
|
||||
inputDesc.default +
|
||||
'" placeholder ="' +
|
||||
(inputDesc.placeholder || "") +
|
||||
'">';
|
||||
|
||||
Reference in New Issue
Block a user