Replies: 4 comments
|
I'm not aware of any plugins using custom properties on our side - go ahead. |
0 replies
|
We are not yet using these features, so no problems are to be expected. |
0 replies
|
We are not using any custom settings. |
0 replies
|
Thanks for the feedback. Changed in master branch accordingly. 🙃 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For custom plugin settings in
default.yamlthe names must not start with a lower case letter. This should have been the case for custom recipe properties too but apparently I missed to implement that. The question is, if this is still rectifiable.@rhubert @mahaase @sbixl @ThomasFeher would that break existing setups?
The background is that such plugins might break with future Bob versions if the custom recipe property collides with a built-in one. By enforcing a strict namespace separation, this cannot happen.
All reactions