Package io.jmix.grapesjs.component
Interface GjsBlocksRepository
- All Known Implementing Classes:
GjsBlocksRepositoryImpl
public interface GjsBlocksRepository
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve registered GrapesJs blockvoid
registerBlock
(GjsBlock block) Register custom GrapesJs block which can be used in xml configuration
-
Method Details
-
getBlock
Retrieve registered GrapesJs block- Parameters:
name
- block name- Returns:
- GrapesJs block descriptor
-
registerBlock
Register custom GrapesJs block which can be used in xml configuration- Parameters:
block
- GrapesJs block descriptor
-