Is the “default” property of inputs supposed to be available in the operation of a plugin?
While developing a plugin… unless I explicitly define an “input” value in the netlify.toml, the “input” is undefined in plugin code execution. Even if the manifest.yml has a default.
So is the manifest.yml just for documentation?
If so, why do so many existing plugins list defaults for inputs, but never set a default in their plugin code?