mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-07 21:53:57 +02:00
remove confirmations
This commit is contained in:
@@ -43,7 +43,7 @@ body:
|
|||||||
id: contributor_name
|
id: contributor_name
|
||||||
attributes:
|
attributes:
|
||||||
label: Contributor Name
|
label: Contributor Name
|
||||||
description: Your display name for attribution. Leave blank to use your GitHub username. Max 150 characters.
|
description: Your display name for attribution. Leave blank for no attribution. Max 150 characters.
|
||||||
placeholder: "e.g., JamesBerry.com or leave blank"
|
placeholder: "e.g., JamesBerry.com or leave blank"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
@@ -58,28 +58,6 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: submission_type
|
|
||||||
attributes:
|
|
||||||
label: What did you submit?
|
|
||||||
options:
|
|
||||||
- Single object
|
|
||||||
- Multiple objects (array)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
id: confirmations
|
|
||||||
attributes:
|
|
||||||
label: Confirmations
|
|
||||||
options:
|
|
||||||
- label: "I confirm this is valid JSON (not JSONL) and matches the field names exactly."
|
|
||||||
required: true
|
|
||||||
- label: "I confirm `transponder_code_hex` values (if provided) are 6 hex characters."
|
|
||||||
required: true
|
|
||||||
- label: "I understand submissions are reviewed and may be rejected or require changes."
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: notes
|
id: notes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user