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.
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.