The Block API enables developers to register custom blocks in themes or plugins. How would you register a custom block?
Use the createGutenBlock() function.
Use the registerBlockName() function.
Use a block template.
Use the registerBlockType() function.