Files
truecharts/templates/questions/documentation.yaml
T
Stavros KoisandGitHub 76f1c15e1f feat(recyclarr): move to stable (#3646)
* feat(recyclarr): move to stable

* update questiosn and values
2022-08-31 19:44:32 +03:00

26 lines
816 B
YAML

- variable: docs
group: Documentation
label: Please read the documentation at <a href="https://truecharts.org">https://truecharts.org</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: I have checked the documentation
schema:
type: boolean
default: true
- variable: donateNag
group: Documentation
label: Please consider supporting TrueCharts, see <a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDonate
label: I have considered donating
schema:
type: boolean
default: true
hidden: true