This commit is contained in:
j3d1 2026-09-01 01:42:45 +02:00
parent 0ed44d00c8
commit 23164af04f

View file

@ -65,6 +65,15 @@ export const LABEL_TEMPLATES = [
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)",
description: "The code encoding the domain-qualified short id (domain:~token) - resolvable "