From 4f875cdb9e62b62210b3473e72b70442e512e99f Mon Sep 17 00:00:00 2001 From: fd6130 Date: Sun, 20 Feb 2022 20:25:20 +0800 Subject: [PATCH] remove hsl-bundle recipes --- fd6130/hsl-bundle/1.0/config/packages/fd_hsl.yaml | 3 --- fd6130/hsl-bundle/1.0/manifest.json | 8 -------- 2 files changed, 11 deletions(-) delete mode 100644 fd6130/hsl-bundle/1.0/config/packages/fd_hsl.yaml delete mode 100644 fd6130/hsl-bundle/1.0/manifest.json diff --git a/fd6130/hsl-bundle/1.0/config/packages/fd_hsl.yaml b/fd6130/hsl-bundle/1.0/config/packages/fd_hsl.yaml deleted file mode 100644 index 091350d2..00000000 --- a/fd6130/hsl-bundle/1.0/config/packages/fd_hsl.yaml +++ /dev/null @@ -1,3 +0,0 @@ -fd_hsl: - paginator: - default_limit: 30 diff --git a/fd6130/hsl-bundle/1.0/manifest.json b/fd6130/hsl-bundle/1.0/manifest.json deleted file mode 100644 index 8ebafa38..00000000 --- a/fd6130/hsl-bundle/1.0/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Fd\\HslBundle\\FdHslBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%" - } -}