@comparaonline/cms-frontend-interfaces
v1.11.0
Published
This is a Typescript-only repository to create common types between cms and marketplace-apps related exclusively to blocks attributes.
Downloads
209
Maintainers
Keywords
Readme
Description
This is a Typescript-only repository to create common types between cms and marketplace-apps related exclusively to blocks attributes.
Creating a block
Script to scaffold the typescript files to related to block attributes.
npm run block blockType block-name
or
yarn block blockType block-name
- Block type [required, camel cased]: Type of the block, for instance
company
,businessUnitHome
orspecificInsurance
. - Block name [required, kebab cased]: Name of the given block, to be used internally by Wordpress.