Can Quarto reports with parameters have "input" UI capabilities in Posit Connect like parameterized R Markdown does?

Hey y'all! I want to be able to deploy a .qmd to Connect and then use the "input" tab in the Connect UI to change the parameter values and regenerate the report. Is this possible? I know it works for .Rmd (Parameterized R Markdown – Posit Connect Documentation Version 2025.05.0) but it doesn't seem to work for Quarto.
I actually just converted my .qmd file to an .Rmd by changing the extension but it still doesn't give me the Input option in the UI...

Connect does not support parameters for Quarto docs currently, only for R Markdown (.Rmd) files.