Replies: 4 comments
-
I'm not aware of any plugins using custom properties on our side - go ahead. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are not yet using these features, so no problems are to be expected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are not using any custom settings. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the feedback. Changed in master branch accordingly. 🙃 |
Beta Was this translation helpful? Give feedback.
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.yaml
the 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.
Beta Was this translation helpful? Give feedback.
All reactions