stash
This commit is contained in:
parent
0ed44d00c8
commit
23164af04f
1 changed files with 9 additions and 0 deletions
|
|
@ -65,6 +65,15 @@ export const LABEL_TEMPLATES = [
|
||||||
content: c => c.id?.toString().padStart(4, "0")
|
content: c => c.id?.toString().padStart(4, "0")
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "mqr-token-id", name: "MQR Token + ID",
|
||||||
|
description: "The code encoding the internal short id, with the id printed alongside for a human to read.",
|
||||||
|
required_vars: ["shortId", "id"], tags: ["internal"],
|
||||||
|
layout: [{type: "rmqr", content: c => c.shortId}, {
|
||||||
|
type: "text",
|
||||||
|
content: c => c.typedPrefix?.toUpperCase() + c.id?.toString().padStart(4, "0")
|
||||||
|
}]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "domain-short-id-qr", name: "Any-Instance Token (QR)",
|
id: "domain-short-id-qr", name: "Any-Instance Token (QR)",
|
||||||
description: "The code encoding the domain-qualified short id (domain:~token) - resolvable "
|
description: "The code encoding the domain-qualified short id (domain:~token) - resolvable "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue