-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block editor: "Custom Fields" option doesn't work on Simple sites #36226
Comments
Also reported in 2606733-zen |
Agree. I would think that the action item here would probably be to remove this option in both simple and atomic sites since it's likely not relevant to WordPress.com. |
I would be cautious to remove it from Atomic sites unless we have a specific reason to do this. Some old school users (and/or old plugins) may rely on them. |
We had to manually add an enclosure tag the other day after a podcast RSS feed didn't work - p2EDhh-Ze-p2 At the moment we have some users asking for duration tags to be added to the RSS feed. I was going to do a test on a simple site by adding the tag manually but also noticed that simple site don't have the custom fields option. Link to the PodcastP2 post about this too - payqFK-2Y-p2 |
Folks investigating should check to see if this is actually whitelisted in Simple and Atomic. |
Reported in 2722903-zen |
Another report of confusion with this on a simple site in 2846001-zen. |
I see that Davi's original screenshots are no longer working. I wanted to add that this option for Custom Fields appear not only in the classic editor but also when using the block editor; despite that I don't believe they ever worked in the block editor... Setting is found in the block editor by:
|
Another report in 6442402-hc |
23326790-hc |
Confusion over this in #3656405-zen |
User was confused that it wasn't saving the option to use the Custom Fields: 29616591-hc - explained that it's not available on Simple sites. |
4130667-zd-woothemes |
2578715-hc |
I don't have a fix yet, but I have determined the cause. Here's what I've found so far: Steps to reproduce (2021, block editor)
Desired Solution
Code Location
Where are editor settings set, and how can we change them?
Core ConflictThe cause of the conflict seems to be something disrupting these two parts of code from communicating properly:
Success (Sort Of)By removing this line in gutenberg, I'm able to remove the option from appearing:
|
Opened gutenberg issue: WordPress/gutenberg#33830 |
I believe this requires coordination between Gutenberg and WordPress.org. I have opened PRs on both that fix the problem in conjunction.
|
We have a fix merged in Gutenberg! WordPress/gutenberg#33931 |
I've confirmed the custom fields toggle no longer appears on wpcom simple sites. :) |
Steps to reproduce
What I expected
On atomic sites, the screen will refresh, and the editor adds custom field metaboxes to the bottom of the editor. On simple sites we expect the same thing to happen.
What happened instead
On Simple sites, the Custom Fields panel exists and can be checked, but it doesn't activate anything and the setting isn't actually saved (though the editor will refresh when the box is checked)
Screenshot / Video
Screenshot Simple -- https://cld.wthms.co/08rcuk
Screenshot Atomic -- https://cld.wthms.co/SB8BXB
#manual-testing
The text was updated successfully, but these errors were encountered: