Closed (fixed)
Project:
Gutenberg
Version:
8.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2019 at 15:34 UTC
Updated:
2 Jan 2023 at 09:35 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
pvasener commentedI have a similar issue. If I choose the 'Sidebar Details' field group type, the group is nicely displayed in a collapsible tab in the right sidebar of the edit form. But, if you select 'Details', the collapsible tab is diplayed at the top of the gutenberg editor space instead of inside the 'More Settings' collapsible space (Which is what is expected, right ?)
Comment #3
pvasener commentedA screenshot may actually be clearer than my words...
Comment #4
creatile commentedSame bug for me Fields inside field groups won't be displayed in More settings using the latest field group module in drupal 9
Comment #5
jofitzThis patch transfers any (parentless) field groups into the "More Settings" section.
Comment #6
jofitzIf the field that has Gutenberg applied to it is in a Field Group then the node edit page does not display correctly, so this patch does the same as the previous and removes the field from its Field Group.
Comment #7
jofitzgutenberg_form_node_form_alter()must run afterfield_group_form_alter()so addinggutenberg_module_implements_alter().Comment #9
marcofernandes commentedComment #11
szeidler commentedI experience a couple of regressions, because of that change. It seems because of the form alter order changed with `gutenberg_module_implements_alter` a couple of other form_alter implementations are not working as expected anymore. For example Scheduler was previously shown in the sidebar automatically, but now it's displayed beneath the Gutenberg editor in the "More settings" fieldset.