From c13d4694ee28fef37985ee85fe34b96fbf4dc35b Mon Sep 17 00:00:00 2001 From: Andrii Lysenko <60262784+andrii-lysenko@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:55:16 -0800 Subject: [PATCH] Disable multiple sharing blocks (#35184) --- .../plugins/jetpack/changelog/disable-multiple-sharing-blocks | 4 ++++ .../jetpack/extensions/blocks/sharing-buttons/block.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 projects/plugins/jetpack/changelog/disable-multiple-sharing-blocks diff --git a/projects/plugins/jetpack/changelog/disable-multiple-sharing-blocks b/projects/plugins/jetpack/changelog/disable-multiple-sharing-blocks new file mode 100644 index 0000000000000..5622a7ee3a007 --- /dev/null +++ b/projects/plugins/jetpack/changelog/disable-multiple-sharing-blocks @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Feature is not yet released. diff --git a/projects/plugins/jetpack/extensions/blocks/sharing-buttons/block.json b/projects/plugins/jetpack/extensions/blocks/sharing-buttons/block.json index 978ad1dcd3fb2..7fada3471bdbd 100644 --- a/projects/plugins/jetpack/extensions/blocks/sharing-buttons/block.json +++ b/projects/plugins/jetpack/extensions/blocks/sharing-buttons/block.json @@ -38,6 +38,7 @@ }, "supports": { "align": [ "left", "center", "right" ], + "multiple": false, "anchor": true, "__experimentalExposeControlsToChildren": true, "layout": {