Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed May 19, 2022
1 parent 1253ebb commit 415014b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ const applyConfig = (config) => {
if (config.blocks.blocksConfig.accordion) {
config.blocks.blocksConfig.accordion.semanticIcon = 'ri-arrow-down-s-line';
}
// Apply quote block customization
// if (config.blocks.blocksConfig.quote) {
// config.blocks.blocksConfig.quote.templates.default.icons = {
// openQuote: 'ri-double-quotes-l',
// closeQuote: 'ri-double-quotes-r',
// };
// }

// apply inPage navigation
config.settings.appExtras = [
...(config.settings.appExtras || []),
Expand Down

0 comments on commit 415014b

Please sign in to comment.