Builder.IO module
Usage
Please create a new json file called .hayde.json
in your project root. This file will be used to configure the Hayde.
And then add builderIO
to the plugins array.
Tags
If you want Hayde to import your components into builderRegistry
file automatically when you create the component, you need to add comment tags into your builderRegistry.
and then add importOnBuilderRegistryTag
and registerOnBuilderRegistryTag
tags to your .hayde.json
file.
Options
name
-
Component Name
string
override
-
true
boolean
addChildren
-
true
boolean
fileSuffix
-
.builderIo
string
templateName
-
main
string
templateFolder
-
builderIO
string
builderRegistryPath
-
./src/builderRegistry.ts
string
importOnBuilderRegistryTag
-
builderIOImports
string
registerOnBuilderRegistryTag
-
builderIORegisterComponents
string
builderRegistryComponentsPath
-
./components
string
Last updated