14 lines
305 B
Lua
14 lines
305 B
Lua
return {
|
|
name = "env",
|
|
fields = {
|
|
{
|
|
config = {
|
|
type = "record",
|
|
fields = {
|
|
{ prefix = { type = "string", match = [[^[%a_-][%a%d_-]*$]], description = "The prefix for the environment variable that the value will be stored in." } },
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|