From 4387db97dfcbaa0fc2a0edf250f7d62617b2bc60 Mon Sep 17 00:00:00 2001 From: Gregory Netsas Date: Wed, 27 May 2020 04:05:29 +0300 Subject: [PATCH] Issue #8: Fix issues because of missing node_clone.info file by @klonos --- node_clone.info | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 node_clone.info diff --git a/node_clone.info b/node_clone.info new file mode 100644 index 0000000..b96c831 --- /dev/null +++ b/node_clone.info @@ -0,0 +1,13 @@ +name = "Node Clone" +description = "Allows users to clone (copy then edit) existing content." + +# This file exists as a workaround for a problem that was inherited by the 7.x +# version of this module: all module files are named clone.xyz, but they live +# inside a node_clone folder (but no matching node_clone.info and +# node_clone.module files). +$ See https://github.com/backdrop-contrib/node_clone/issues/8 + +backdrop = 1.x +type = module +dependencies[] = clone +hidden = TRUE