From 04d9f0dc134c1234b72be587ea51c002477fc0de Mon Sep 17 00:00:00 2001 From: James Moberg Date: Tue, 12 Mar 2024 17:03:33 -0700 Subject: [PATCH] Related: Add cfzipparam cfzipparam referenced cfzip, but cfzip didn't reference cfzipparam --- data/en/cfzip.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/en/cfzip.json b/data/en/cfzip.json index 2156b2994..272365b74 100644 --- a/data/en/cfzip.json +++ b/data/en/cfzip.json @@ -2,7 +2,7 @@ "name":"cfzip", "type":"tag", "syntax":"", - "related":["compress"], + "related":["compress", "cfzipparam"], "description":"Manipulates ZIP and JavaTM Archive (JAR) files.\n In addition to the basic zip and unzip functions, use the cfzip tag to delete\n entries from an archive, filter files, read files in binary format, list the\n contents of an archive, and specify an entrypath used in an executable JAR file.", "params": [ {"name":"action","description":"The action to take. Must be one of the following:\n delete\n list\n read\n readBinary\n unzip\n zip\n If you do not specify an action, ColdFusion\n applies the default action, zip. (optional)","required":false,"default":"zip","type":"string","values":["delete","list","read","readBinary","unzip","zip"]},