We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566489c commit ed55294Copy full SHA for ed55294
src/schemas/tags.ts
@@ -71,7 +71,10 @@ const operating_systems: Array<Tag> = [
71
{ label: "Windows", variants: ["ms windows"] },
72
];
73
74
-const presentation: Array<Tag> = [{ label: "Video" }];
+const presentation: Array<Tag> = [
75
+ { label: "Video" },
76
+ { label: "Diagram"},
77
+];
78
79
const product_features: Array<Tag> = [
80
{ label: "Web Crypto", variants: ["webcrypto"] },
0 commit comments