From 851400fc82d4c67d1e54d0714db269fad512e723 Mon Sep 17 00:00:00 2001 From: veltrup Date: Fri, 1 Dec 2023 15:40:50 +0100 Subject: [PATCH] feat: add graphiql-bundle to use last graphiql ide --- .../graphiql-bundle/0.1/config/packages/dev/graphiql.yaml | 5 +++++ .../graphiql-bundle/0.1/config/routes/dev/graphiql.yaml | 2 ++ overblog/graphiql-bundle/0.1/manifest.json | 8 ++++++++ 3 files changed, 15 insertions(+) create mode 100644 overblog/graphiql-bundle/0.1/config/packages/dev/graphiql.yaml create mode 100644 overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml create mode 100644 overblog/graphiql-bundle/0.1/manifest.json diff --git a/overblog/graphiql-bundle/0.1/config/packages/dev/graphiql.yaml b/overblog/graphiql-bundle/0.1/config/packages/dev/graphiql.yaml new file mode 100644 index 0000000..7ca7dd7 --- /dev/null +++ b/overblog/graphiql-bundle/0.1/config/packages/dev/graphiql.yaml @@ -0,0 +1,5 @@ +overblog_graphiql: + javascript_libraries: + graphiql: "3.0.10" + react: "18.2.0" + fetch: "3.6.19" \ No newline at end of file diff --git a/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml b/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml new file mode 100644 index 0000000..970ea2d --- /dev/null +++ b/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml @@ -0,0 +1,2 @@ +overblog_graphiql: + resource: "@OverblogGraphiQLBundle/Resources/config/routing.xml" diff --git a/overblog/graphiql-bundle/0.1/manifest.json b/overblog/graphiql-bundle/0.1/manifest.json new file mode 100644 index 0000000..afa800d --- /dev/null +++ b/overblog/graphiql-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}