- 🇺🇸United States benjifisher Boston area
We discussed this issue briefly at 📌 Drupal Usability Meeting 2025-04-11 Active . That issue will have a link to a recording of the meeting. We were primarily discussing the related issue #29338: Hide Promoted/Sticky fields by default in Form display → .
We agree that this is a good idea. Thanks for working on this issue!
For the record, the attendees at the usability meeting were benjifisher, rkoller, and simohell.
- 🇺🇸United States smustgrave
So I tested it out and pretty basic, creating a new content type and the promoted to front checkbox is unchecked
Hiding old patches
Tweaked the CR just slightly with an image for the visual people out there.I imagine this may break some contrib tests (hopefully not a lot) but seems like a right step.
- 🇬🇧United Kingdom catch
Re-titling for the deprecation of the overall functionality.
- 🇦🇺Australia acbramley
Yes, but if we remove the checkboxes on new install, we do not need to worry about the checkbox being unchecked.
We aren't removing checkboxes, we're hiding them. It actually makes more sense to default to unchecked once we hide the fields, otherwise new sites will be creating "promoted" content without the checkbox even being visible. We have to do things in small steps (see the history of this issue) otherwise we'll never get anywhere :) Just look at how many tests in core assume things are promoted by default!
- 🇦🇺Australia acbramley
CR created https://www.drupal.org/node/3517642 →
We need an upgrade path here though unfortunately.
Currently if you:
1. Install Standard profile on 11.x
2. Check out this branch
3. Clear cache
4. Notice the Article node type no longer defaults to Promoted. Page correctly still defaults to Not Promoted because Standard ships with base_field_override config - 🇨🇦Canada xmacinfo Canada
Yes, but if we remove the checkboxes on new install, we do not need to worry about the checkbox being unchecked.
- 🇦🇺Australia acbramley
@xmacinfo no - this is different. This is making the checkbox on the NodeType form itself to be unchecked.
- 🇨🇦Canada xmacinfo Canada
Based on #29338: Hide Promoted/Sticky fields by default in Form display → , we should be marking this ticket as “Outdated” or “Duplicate”.