Change the deprecation warning to mention inputs

Attributes are now referred to as Inputs

Signed-off-by: Dan Webb <dan.webb@damacus.io>
This commit is contained in:
Dan Webb 2021-09-20 14:18:31 +01:00
parent f09d49da66
commit 450ab79064
No known key found for this signature in database
GPG key ID: F5F01E8D94E61CD3

View file

@ -4,7 +4,7 @@
"groups": {
"attrs_value_replaces_default": {
"action": "warn",
"prefix": "The 'default' option for attributes is being replaced by 'value' - please use it instead."
"prefix": "The 'default' option for inputs is being replaced by 'value' - please use it instead."
},
"attrs_dsl": {
"action": "ignore",