- ๐ฆ๐บAustralia acbramley
In Drupal 11 we can easily disable the Promoted field via manage form display and we have a somewhat hidden API with base field overrides to change the label per content type. I wonder if this is enough to solve most issues people have here. Perhaps we need an issue to expose base field overrides somehow in the UI.
However, if we want to move forward here we need a reroll onto an MR and an updated IS and title to reflect the changes. Much of the changes in the last patch no longer apply as well since things like actions have moved to contrib.
Given the other tools mentioned above, I'd also say this probably isn't Major? And is it even a bug?
- ๐จ๐ฆCanada xmacinfo Canada
Drupal 11 we can easily disable the Promoted field via manage form display and we have a somewhat hidden API with base field overrides to change the label per content type.
Goal changed over time
The goal of this ticket has changed over time. Now we only need to change the default behaviour, which would be to hide the โPromoted to front pageโ flag (and most probably hide the "Stickyโ flag as well).
We need backward compatibility for existing sites and for developers who want to enable one of those flags. And for new users, make the defaults less complex.
Issue title and summary
Before changing the issue title and summary, let's get more comments.
- ๐จ๐ญSwitzerland berdir Switzerland
Which happens to make it a duplicate of the *even older #29338: Hide Promoted/Sticky fields by default in Form display โ , lets consolidate and close this in favor of that?