UNPKG

@jverneaut/html-to-gutenberg

Version:

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

7 lines (5 loc) 214 B
import RootAttributeExtractor from "./RootAttributeExtractor.js"; export default class DataCategory extends RootAttributeExtractor { static attributeName = "dataCategory"; static blockDataName = "category"; }