# BlockConverter

Converts the data from the old builder and editor fields to the format supported by the new block field.

****

- Full class name: `Kirby\Cms\BlockConverter`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Cms/BlockConverter.php#L20>

<deprecation-warning>
**Deprecated**
</deprecation-warning>

****

### BlockConverter

- [BlockConverter::builderBlock()](https://getkirby.com/docs/reference/objects/cms/block-converter/builder-block.md)
- [BlockConverter::editorBlock()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-block.md)
- [BlockConverter::editorBlockquote()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-blockquote.md)
- [BlockConverter::editorBlocks()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-blocks.md)
- [BlockConverter::editorCode()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-code.md)
- [BlockConverter::editorCustom()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-custom.md)
- [BlockConverter::editorH1()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-h1.md)
- [BlockConverter::editorH2()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-h2.md)
- [BlockConverter::editorH3()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-h3.md)
- [BlockConverter::editorH4()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-h4.md)
- [BlockConverter::editorH5()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-h5.md)
- [BlockConverter::editorH6()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-h6.md)
- [BlockConverter::editorHeading()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-heading.md)
- [BlockConverter::editorHr()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-hr.md)
- [BlockConverter::editorImage()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-image.md)
- [BlockConverter::editorKirbytext()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-kirbytext.md)
- [BlockConverter::editorOl()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-ol.md)
- [BlockConverter::editorParagraph()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-paragraph.md)
- [BlockConverter::editorUl()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-ul.md)
- [BlockConverter::editorVideo()](https://getkirby.com/docs/reference/objects/cms/block-converter/editor-video.md)
- [BlockConverter::isEditorBlock()](https://getkirby.com/docs/reference/objects/cms/block-converter/is-editor-block.md)