Skip to content

Commit

Permalink
feat: integrate statistic block with footnotes - refs #261770
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Jan 9, 2024
1 parent 001b4b2 commit 38a1df3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/StatisticBlock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@ export default (config) => {
},
editSchema,
};
config.settings.blocksWithFootnotesSupport = {
...(config.settings.blocksWithFootnotesSupport || {}),
statistic_block: [
{ items: 'info' },
{ items: 'value' },
{ items: 'label' },
],
};
return config;
};

0 comments on commit 38a1df3

Please sign in to comment.