prismicio-community / php-kit

Community maintained development kit for Prismic and the PHP language
https://prismic.io
Other
109 stars 83 forks source link

Add support for linked images #57

Closed tremby closed 10 years ago

tremby commented 10 years ago

Images in structured text fields can have an anchor tag around them, which has recently been exposed via the API. This set of patches provides support for them in the PHP kit.

I didn't know where to put the common code for parsing link data JSON, so I left it in StructuredText for now. It is referenced from both StructuredText and ImageView.

Tests are included in the third commit.