Skip to content

Commit

Permalink
Add back deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Sep 12, 2024
1 parent 3d54e67 commit f2eca3a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,10 @@ export const childBlocks = [
},
{
name: JetpackFieldMultipleChoice.name,
settings: mergeSettings( FieldDefaults, JetpackFieldMultipleChoice.settings ),
settings: mergeSettings( FieldDefaults, {
...JetpackFieldMultipleChoice.settings,
deprecated: [ multiFieldV1( 'checkbox' ) ],
} ),
},
{
name: JetpackFieldMultipleChoiceItem.name,
Expand Down

0 comments on commit f2eca3a

Please sign in to comment.