add icon selection for page sections

This commit is contained in:
2024-08-09 16:54:45 +02:00
parent bdaf35347a
commit 2a0c91711c
6 changed files with 65 additions and 29 deletions
+1
View File
@@ -159,6 +159,7 @@ const BlockFragmentDefinition = graphql(`
... on PageSectionBlock {
title
backgroundColor
icon
body {
...OneLevelOfBlocks
}