📌
Make Block config entities fully validatable
Fixed
accidentally made the label_display
configuration value translatable. It is not a user-facing value, however, it should always be the string "visible" regardless of the configuration language.
It is currently just configured via a checkbox, so there is an attempt to change this into a boolean type over at 🐛 Display title setting has wrong schema type Needs work , but that requires updating all exported block configuration so is a complex issue.
Also, as was brought up there, there is an attempt to add a second possible value (or counting the empty value "0" a third value) over at ✨ Add option for visually-hidden block titles Needs work which would make having it as a string actually make sense.
So this issue is just about fixing the regression introduced by 📌 Make Block config entities fully validatable Fixed so that the value does not get incorrectly translated.
Observe that the exported blocks will have a "label_display" value of "sichtbar" instead of "visible".
-
-
-
The label_display
configuration is now (again) of type "string" with a proper constraint. (Since
📌
Make Block config entities fully validatable
Fixed
did not include a change notice for the change from "string" to "label" I assume this issue also does not need a change notice.)
Active
11.0 🔥
base system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.