From 645846414d2f7187d9ef8dfdcdba87573d3fa10e Mon Sep 17 00:00:00 2001 From: lemusthelroy Date: Thu, 2 Mar 2023 10:10:23 +0000 Subject: [PATCH] feat: add contentful preview plugin (#1136) --- site/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 8658535f5..8daab7615 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -993,5 +993,13 @@ "repo": "https://github.com/Hrishikesh-K/netlify-plugin-bundle-env", "version": "0.2.2", "docs": "https://github.com/Hrishikesh-K/netlify-plugin-bundle-env/blob/main/readme.md" + }, + { + "author": "Netlify", + "description": "Conditionally set your Contentful env vars depending on the environment", + "name": "Contentful Previews", + "package": "@netlify/plugin-contentful-buildtime", + "repo": "https://github.com/netlify/plugins", + "version": "0.0.3" } ]