From 46379319041448cf16356dd0890b8ed1695cdcb3 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 13 Jul 2024 09:39:36 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...fd2f45a461fba3e8b41481362fbdac4426dd8.json | 36 +++++++++++++++++++ index.json | 3 ++ softspring.components.5.1.json | 36 +++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 archived/softspring.components/bb3fd2f45a461fba3e8b41481362fbdac4426dd8.json create mode 100644 softspring.components.5.1.json diff --git a/RECIPES.md b/RECIPES.md index 488a19e7..a9e0b689 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -512,6 +512,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [slot/mandrill-bundle](https://packagist.org/packages/slot/mandrill-bundle) | [1.1](slot/mandrill-bundle/1.1) | | [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) | | [softavis/flysystem-cloudflare-bundle](https://packagist.org/packages/softavis/flysystem-cloudflare-bundle) | [0.1](softavis/flysystem-cloudflare-bundle/0.1) | +| [softspring/components](https://packagist.org/packages/softspring/components) | [5.1](softspring/components/5.1) | | [soljian/steam-authentication-bundle](https://packagist.org/packages/soljian/steam-authentication-bundle) | [1.0](soljian/steam-authentication-bundle/1.0) | | [solvrtech/symfony-logbook](https://packagist.org/packages/solvrtech/symfony-logbook) | [1.0](solvrtech/symfony-logbook/1.0) | | [sonata-project/admin-bundle](https://packagist.org/packages/sonata-project/admin-bundle) | [4.0](sonata-project/admin-bundle/4.0) | diff --git a/archived/softspring.components/bb3fd2f45a461fba3e8b41481362fbdac4426dd8.json b/archived/softspring.components/bb3fd2f45a461fba3e8b41481362fbdac4426dd8.json new file mode 100644 index 00000000..60ebe851 --- /dev/null +++ b/archived/softspring.components/bb3fd2f45a461fba3e8b41481362fbdac4426dd8.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "softspring/components": { + "manifest": { + "bundles": { + "Softspring\\Component\\Components\\SfsComponentsBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "config/", + "templates/": "templates/" + } + }, + "files": { + "config/packages/sfs_components.yaml": { + "contents": [ + "twig:", + " globals:", + " sfs_components_theme: 'bootstrap5'", + "" + ], + "executable": false + }, + "templates/base.html.twig": { + "contents": [ + "{% extends '@SfsComponents/base.html.twig' %}", + "" + ], + "executable": false + } + }, + "ref": "bb3fd2f45a461fba3e8b41481362fbdac4426dd8" + } + } +} diff --git a/index.json b/index.json index efbc10ff..691c5ff1 100644 --- a/index.json +++ b/index.json @@ -1625,6 +1625,9 @@ "softavis/flysystem-cloudflare-bundle": [ "0.1" ], + "softspring/components": [ + "5.1" + ], "soljian/steam-authentication-bundle": [ "1.0" ], diff --git a/softspring.components.5.1.json b/softspring.components.5.1.json new file mode 100644 index 00000000..60ebe851 --- /dev/null +++ b/softspring.components.5.1.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "softspring/components": { + "manifest": { + "bundles": { + "Softspring\\Component\\Components\\SfsComponentsBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "config/", + "templates/": "templates/" + } + }, + "files": { + "config/packages/sfs_components.yaml": { + "contents": [ + "twig:", + " globals:", + " sfs_components_theme: 'bootstrap5'", + "" + ], + "executable": false + }, + "templates/base.html.twig": { + "contents": [ + "{% extends '@SfsComponents/base.html.twig' %}", + "" + ], + "executable": false + } + }, + "ref": "bb3fd2f45a461fba3e8b41481362fbdac4426dd8" + } + } +}