UNPKG

@jverneaut/html-to-gutenberg

Version:

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

7 lines (5 loc) 223 B
import RootAttributeExtractor from "./RootAttributeExtractor.js"; export default class DataDescription extends RootAttributeExtractor { static attributeName = "dataDescription"; static blockDataName = "description"; }