Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Show advance settings" support to the file download rows #9261

Open
arraypress opened this issue Jul 1, 2022 · 1 comment · May be fixed by #9595
Open

Add "Show advance settings" support to the file download rows #9261

arraypress opened this issue Jul 1, 2022 · 1 comment · May be fixed by #9595

Comments

@arraypress
Copy link
Contributor

Enhancement Request

Explain your enhancement (please be detailed)

I need to add an additional data for each downloadable file, so files can be "previewed" before being downloaded (in this case assigning preview mp3s, images, etc). While programatically adding another "row" under the file can be done, it looks ridiculous (and confusing) to the user. So my solution was this:

Screenshot 2022-07-02 at 00 47 10

Ideally, I would like the ability for the file form rows to support "Show advanced options" like the variable price rows. This would allow me to hide these fields on load and make things neater and more accessible (for people who need them).

Justification or use case

EDD add-on plugin development.

@arraypress
Copy link
Contributor Author

Submitted PR for this one: #9583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment