lotrekagency / mapo

🥭 Our Nuxt module to simplify the making of administration panels, and authenticated web applications.
MIT License
10 stars 3 forks source link

Hotfix/media field #24

Closed mino89 closed 2 years ago

mino89 commented 2 years ago

The problem was related to is_image property that was not present in returned object. i've patched the problem with an isImage method that add the is_image property if it isn't in the object.

a possible evolution can be the enhancement of component providing the possibility to display video or audio media types or by using the existing component.

bnznamco commented 2 years ago

Nice catch! it was a really annoying bug we had around for months! Thankyou!