We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2459a2 commit 09574caCopy full SHA for 09574ca
1 file changed
copier/questions/essential.yml
@@ -46,4 +46,7 @@ copyright_holder:
46
type: str
47
placeholder: Netherlands eScience Center
48
help: Who is the copyright holder?
49
- when: "{{ template_profile != 'minimum' and AddPackageDetails }}"
+ validator: >-
50
+ {% if not copyright_holder %}
51
+ This field cannot be empty
52
+ {% endif %}
0 commit comments