You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible to override a message value through a message properties files when specified by @message. I think we should add a boolean to specify if this value can be overridden by a properties file or not (or a defaultValue field).
This will allow to declare a MessageBundle in a roq-theme and allow user to override them in properties files.
- this message template is only used if Message#value() is not specified
and a relevant message template is not defined in a localized file
- resolvesquarkusio#46259
Description
Currently it's not possible to override a message value through a message properties files when specified by @message. I think we should add a boolean to specify if this value can be overridden by a properties file or not (or a
defaultValue
field).This will allow to declare a MessageBundle in a roq-theme and allow user to override them in properties files.
For example:
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: