Gallery Field does not return non-images files
Open
- Dominant language
- PHP
- Stars
- 132
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
In ACF, the gallery field accepts any type of file (yes, the name is misleading ...) and not only images.
The problem is that your Gallery field will only the files which are images as you can see here.
https://github.com/corcel/acf/blob/8091c7caf689d06ebb5cbeb6391357cc0ebf5d93/src/Field/Gallery.php#L43
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.