Skip to content

Commit 499cd0c

Browse files
chore: cms to repo sync (#991)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Ed Stephinson <edward.stephinson@gmail.com>
1 parent bd511e7 commit 499cd0c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

site/plugins.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,21 @@
763763
},
764764
{
765765
"author": "Ben Lmsc",
766-
"description": "Make some environment variables available only at build time in the runtime of your application.",
766+
"description": "Make some environment variables available only at build time in the runtime of your app.",
767767
"name": "Use Env in Runtime",
768768
"package": "netlify-plugin-use-env-in-runtime",
769769
"repo": "https://github.com/ARKHN3B/netlify-plugin-use-env-in-runtime",
770-
"version": "1.2.1"
770+
"version": "1.2.1",
771+
"variables": [
772+
{
773+
"name": "NETLIFY_PLUGIN_USE_ENV_IN_RUNTIME_PREFIX",
774+
"description": "The prefix we want to add to our environment variables."
775+
},
776+
{
777+
"name": "NETLIFY_PLUGIN_USE_ENV_IN_RUNTIME_DEF",
778+
"description": "The names of the variables you want to use. Accept two naming schemes: 1. use an array of strings: [\"VAR_1\", \"VAR_2\"] 2. use a string with a comma or semicolon to separate the names: \"VAR_1; VAR_2; VAR_3\" or \"VAR_1, VAR_2, VAR_3\""
779+
}
780+
]
771781
},
772782
{
773783
"author": "Fahad Allibdi",

0 commit comments

Comments
 (0)