Replies: 1 comment 1 reply
|
Second this, very important especially from anyone coming from WP. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature request:
EmDash has no built-in way to attach an ordered list of images to a record. A single
imagefield exists, but there is no array-of-images field, and the field-type list isclosed, so a plugin cannot register a new
mediaGallerytype. Therepeaterfield alsorejects
imageas a sub-field type. A gallery is one of the most common content needs, soit would be a strong addition to core.
Use cases:
A community plugin in the meantime:
Until there is an official field, I have published a plugin that fills the gap and is open to
contributions:
The plugin works on EmDash >= 0.14 with no runtime dependencies. Issues, feedback, and pull
requests are welcome on the repository above.
All reactions