* Tidy logic for creating initial component instances * Add initial implementation of enriching empty settings * Fix regression that prevented custom placeholders from working (#9994) * Tidy up * Add automatic naming of form fields when added * Update missing required setting placeholder * Improve error states and add ability to automatically wrap a component in a required parent type * Fix crash in column editor and rename component placeholder to error state * Select the parent component after adding it when wrapping a component with a missing ancestor * Fix blocks and make fields require forms * Improve empty component placeholder * Lint |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
build | ||
src | ||
ts | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
index.html | ||
nuxt.config.js | ||
package.json | ||
reporterConfig.json | ||
routify.config.js | ||
setup.js | ||
testConfig.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
vite.config.js | ||
yarn.lock |
README.md
Get Started
yarn install
Vite dev server (port 3000): yarn run dev
Build yarn run build