RJCAM
RJCAM
@Aiyush-G you can use the property "category" when creating a custom block, example: ``` editor.BlockManager.add('custom_block', { label: 'Custom Block', category: 'Custom Category', attributes: { class: 'gjs-fonts gjs-f-b1', }, content: ``,...
Hi @kuhelbeher I'm still trying to achieve that too, but here's a tip that can help us to achieve it. I'll post here if I figure out a way. See...
I'm using CF to implement a dynamic registration page for my company's app It was their choice to use it but personally I think it's an awesome API and I...