Skip to content

Commit

Permalink
change(group): use BlockDataForm instead of InlineForm for schema enh…
Browse files Browse the repository at this point in the history
…ancer support within Edit block view
  • Loading branch information
ichim-david committed Nov 3, 2022
1 parent c8405af commit 9211075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/manage/Blocks/Group/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
BlocksForm,
SidebarPortal,
Icon,
InlineForm,
BlockDataForm,
} from '@plone/volto/components';
import { emptyBlocksForm } from '@plone/volto/helpers';
import delightedSVG from '@plone/volto/icons/delighted.svg';
Expand Down Expand Up @@ -237,7 +237,7 @@ const Edit = (props) => {
</Segment>
)}
{!data?.readOnlySettings && (
<InlineForm
<BlockDataForm
schema={EditSchema}
title="Section (Group) settings"
formData={data}
Expand Down

0 comments on commit 9211075

Please sign in to comment.