Skip to content

Commit

Permalink
change(policy): Enable styling schema enhancer for listing block
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Nov 18, 2022
1 parent 0acd300 commit 79d6059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const applyConfig = (config) => {
// Listing
if (config.blocks.blocksConfig.listing) {
config.blocks.blocksConfig.listing.title = 'Listing (Content)';
config.blocks.blocksConfig.listing.schemaEnhancer = addStylingFieldsetSchemaEnhancer;
}

// Custom blocks
Expand Down

0 comments on commit 79d6059

Please sign in to comment.