More onboarding improvements (#83)

* Improved custom YYYY-MM-DD output template option

* Clarified embedding vs. downloading on media profile form

* Improved form helpers more; Added a helper to every field
This commit is contained in:
Kieran
2024-03-13 08:51:40 -07:00
committed by GitHub
parent 47e96e3780
commit cf59bf99cd
4 changed files with 10 additions and 8 deletions
@@ -40,7 +40,7 @@ defmodule Pinchflat.Downloading.OutputPathBuilder do
"upload_year" => "%(upload_date>%Y)S",
"upload_month" => "%(upload_date>%m)S",
"upload_day" => "%(upload_date>%d)S",
"upload_yyyy_mm_dd" => "%(upload_date>%Y)S-%(upload_date>%m)S-%(upload_date>%d)S"
"upload_yyyy_mm_dd" => "%(upload_date>%Y-%m-%d)S"
}
end
end