In this repository, you will find the templates available in Easypanel.
- Duplicate any template from the
/templates
directory - Run
yarn build-templates
- Run
yarn dev
to open the testing playground - Customize your template.
- Test your template. Inside an Easypanel instance, you can create a template from JSON. Use that feature to test the output of your template.
- Send a PR.
selectField:
type: string
title: Select Field
oneOf:
- enum:
- first
title: First Option
- enum:
- second
title: Second Option
- enum:
- third
title: Third Option