When developers build sites for clients and utilise something like Advanced Custom Fields (ACF), the custom field content isn't considered as just secondary content. It's typically important page/post content that needs to be filled out when creating that particular page/post. This type of content shouldn't be hidden behind an _Extended Settings_ panel, especially one that is initially closed as the end user isn't going to notice it.
The user should be able to view all their custom fields upon editing their page/post.
On top of this the _Extended Settings_ section isn't scrollable which means that not all the custom fields are displayed.
The other annoying thing about having an _Extended Settings_ section that simply opens and close is that it ends up covering the rest of the Gutenberg content.
I should be able to scroll the page to view all my custom fields
Important page/post content is hidden from user
Add Custom Fields to bottom of editor, just like it is currently, so that it can be viewed properly and isn't hidden from the user
_macOS Sierrra 10.12.1
Firefox 56.0 (64-bit)
Gutenberg 1.5.1_
Same thing here, for custom fields I created myself (using the interface in the classic editor). I thought I would see these fields in the new meta box section of Gutenberg 1.5, but I only see what plugins are adding.
Is this standard behaviour聽? Should I create a plugin for these fields聽?
Here's what I have for a post, for instance聽:
You can see a similar issue if you use Gutenberg with WooCommerce, when you add a new product the product data metaboxes are not visable until you click on Extend Settings.
I don't see the Extended Settings wrapper serving a purpose other than to obfuscate meta boxes. The appearance of an expanded Extended Settings panel looks cluttered and confusing as multiple arrows are pointing up and down at each other while sidebar arrows point right.
Through WordPress 4.9, the user's expectation is to see expanded meta boxes when they open the editor. We could meet that expectation by displaying the meta boxes in their expanded state as top-level sections (not buried inside the ambiguous "Extended Settings" drawer).
Most helpful comment
I don't see the Extended Settings wrapper serving a purpose other than to obfuscate meta boxes. The appearance of an expanded Extended Settings panel looks cluttered and confusing as multiple arrows are pointing up and down at each other while sidebar arrows point right.
Through WordPress 4.9, the user's expectation is to see expanded meta boxes when they open the editor. We could meet that expectation by displaying the meta boxes in their expanded state as top-level sections (not buried inside the ambiguous "Extended Settings" drawer).