Skip to content

Commit

Permalink
fix(columnsBlock): Available column background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 5, 2023
1 parent 73d905b commit f2f87ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ const applyConfig = (config) => {
}
}

// Apply columns block customization
if (config.blocks.blocksConfig.columnsBlock) {
config.blocks.blocksConfig.columnsBlock.available_colors = eea.colors;
}

// Description block custom CSS
config.blocks.blocksConfig.description.className =
'documentDescription eea callout';
Expand Down

0 comments on commit f2f87ac

Please sign in to comment.