2024-05-05 20:14:15 +00:00
|
|
|
name: Add a new configuration
|
|
|
|
about: Add a new config to the config hub
|
|
|
|
title: "[config]: <config name>"
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
id: image
|
|
|
|
attributes:
|
|
|
|
label: Screenshot
|
|
|
|
description: Make sure you added a screenshot of your config under `assets/configs`
|
|
|
|
options:
|
|
|
|
- label: Yes, I added a screenshot
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: extra
|
|
|
|
attributes:
|
|
|
|
label: Extra
|
2024-08-21 00:53:10 +00:00
|
|
|
description: Anything you want to add
|
2024-05-05 20:14:15 +00:00
|
|
|
validations:
|
|
|
|
required: false
|