Add template for default data
parent
3bc585e72b
commit
f740e5925d
@ -0,0 +1,6 @@
|
|||||||
|
{{- $hellotech := promptBoolOnce . "hellotech" "include work tools [false]" -}}
|
||||||
|
{{- $include_legacy := promptBoolOnce . "include_legacy" "include old scripts [false]" -}}
|
||||||
|
|
||||||
|
[data]
|
||||||
|
hellotech = {{ $hellotech }}
|
||||||
|
include_legacy = {{ $include_legacy }}
|
Loading…
Reference in New Issue