Gerson Dantas
Gerson Dantas
I added the blocks to the dictionary and it didn't work ```jsx //.. Imports and types export const useCustomEditorConfig = ({ editorOptions, }: Props): CustomBlockNoteEditor => { // ... My...
I turned the styling into a mixin so it would be reusable. I put it in a `_mixins.scss` file: ```scss @mixin customPlaceholder($placeholder, $typesToApply) { @each $type in $typesToApply { .node-#{$type}...
I tell you how I managed to solve it, here in this ISSUE https://github.com/TypeCellOS/BlockNote/issues/754