Files
truecharts/templates/questions/documentation.yaml
T
2022-08-22 08:35:52 +03:00

20 lines
595 B
YAML

- variable: docs
group: Documentation
label: 'Please read the documentation at https://truecharts.org'
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: 'I have checked the documentation'
schema:
type: boolean
default: true
- variable: donate
group: Documentation
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
schema:
type: string
default: "https://truecharts.org/docs/about/sponsor"
editable: false