allow templates to show up in multiple categories

This commit is contained in:
Andy McKay
2019-07-29 16:14:53 -07:00
parent 093fe05821
commit 9536724466
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Docker image",
"description": "Build a Docker image to deploy, run, or push to a registry.",
"iconName": "docker",
"category": null
"category": ["Dockerfile"]
}