mralexhay/Booky

Getting an Image as a property with IntentFile

Opened this issue · 0 comments

Hello, I was having trouble exposing the image of my entity for the user to pass on to another action in Shortcuts. I have three properties: Body, Title, and Image, and Body and Title appear fine, but Image does not. It’s setup like this:

//@Property(title: "Cover Image")

but with Property not commented out. Any advice on exposing the IntentFile for the user to have access?

thanks!