Building blocks
Prerequisites
How to import a building block
Copying files
|-- building-blocks
| |-- [name of the building block]
| | |-- backend
| | | |-- main
| | | | |-- java
| | | | |-- kotlin
| | | | |-- resources
| | | | |-- bpmn
| | | | |-- dmn
| | | | |-- config
| | | | |-- form
| | | | |-- form-flow
| | | | |-- liquibase
| | | | |-- application.yml
| | | |-- build.gradle/pom.xml
| | |-- frontend
| | | |-- app
| | | |-- assets
| | | |-- environments
| | | |-- package.json
| | |-- README.md
| |-- ...
|-- CONTRIBUTING.md
|-- README.mdConfiguring and customizing the building block
Creating building blocks
Privacy and intellectual property
Adding a building block to the git repository
Checkout the latest code
Preparing your files
Copy your files
Write documentation
Pull request
Last updated