Open ncksnydr opened 8 years ago
Can you link to a branch that has your changes?
@janrubio I did not create/submit a PR, but I could. I figured that it would be more work to clean up my mess of console.log()
and var_dump()
calls.
np, I'm more interested in the diff
Hello,
I'd love to be able to grab the descriptions of both the photos and photosets. I realize that it's a bit annoying that two additional calls are needed in-order to get one piece of information, but I believe that there is a certain amount of value there.
I attempted to add this feature myself, but I am not that familiar with Craft plugins or Angular. I added functions, but could not get the returns to append the array on
getPhotoSetPhotos()
Here are the new info functions that I added:
and the edited
getPhotoSetPhotos()
:Just for good measure, here are the URLs to the API methods, via Flickr:
I really appreciate the work on this plugin; please let me know if there is anything that I can do to help with getting these features added.