Add input2 filename chip to save UI
This commit is contained in:
@@ -7,6 +7,7 @@ const DEFAULT_PATTERN = "image_%date:yyyy-MM-dd%_%counter%";
|
||||
const ACCENT = "#e66a2c";
|
||||
const CHIPS = [
|
||||
{ label: "+ Input name", token: "%input%" },
|
||||
{ label: "+ Input 2", token: "%input2%" },
|
||||
{ label: "+ Date", token: "%date:yyyy-MM-dd%" },
|
||||
{ label: "+ Time", token: "%date:hh-mm-ss%" },
|
||||
{ label: "+ Counter", token: "%counter%" },
|
||||
|
||||
Reference in New Issue
Block a user