UNPKG

@jverneaut/html-to-gutenberg

Version:

Create custom Gutenberg blocks from the HTML templates you already have.

12 lines (10 loc) 302 B
import PrinterBlockJSON from "./PrinterBlockJSON.js"; import PrinterEditJS from "./PrinterEditJS.js"; import PrinterIndexJS from "./PrinterIndexJS.js"; import PrinterRenderPHP from "./PrinterRenderPHP.js"; export default [ PrinterBlockJSON, PrinterEditJS, PrinterIndexJS, PrinterRenderPHP, ];