facebookarchive / instant-articles-builder

Instant Articles Rules Editor
https://facebook.github.io/instant-articles-builder
Other
125 stars 67 forks source link

Add Credit property to Image rule #57

Closed pestevez closed 6 years ago

pestevez commented 6 years ago

This PR adds the Credit property to the Image rule.

Test Plan

Generate an image with caption and credits.

Example

Expected Result

The generated Image element should have the following structure:

<figure>
  <img .../>
  <figcaption>
    <cite>...<cite/>
  </figcation>
</figure>
mburak commented 6 years ago

LGTM. Thanks @pestevez!

pestevez commented 6 years ago

Thanks, @mburak!