Skip to content

Commit 0f9f120

Browse files
authored
Add field for pinned plugin version (#233)
1 parent 2875605 commit 0f9f120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ntoml/netlify_toml.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ type BuildConfig struct {
4848
}
4949

5050
type Plugin struct {
51-
Package string `toml:"package" json:"package" yaml:"package"`
51+
Package string `toml:"package" json:"package" yaml:"package"`
52+
PinnedVersion string `toml:"pinned_version" json:"pinned_version" yaml:"pinned_version"`
5253
}
5354

5455
type DeployContext struct {

0 commit comments

Comments
 (0)