Data Structure#
When synchronized, cs_flickrgallery translates raw Flickr API data into a predictable JSON payload.
This array is saved to the flickr_images field on the content object.
flickr_images Schema#
The flickr_images field is an array of objects. Each object represents one photo.
Key |
Type |
Description |
|---|---|---|
|
|
The title of the photo on Flickr. |
|
|
The description of the photo. |
|
|
The URL for the |
|
|
The URL for the |
|
|
The URL for the |
|
|
The URL for the |
|
|
A permanent link to view the image on the Flickr website. |
|
|
A list of available photo sizes/resolutions returned by Flickr. |
|
|
An object mapping size labels (e.g. "Medium", "Large") to size objects. |
|
|
A comma-separated string suitable for an HTML |
|
|
Fixed to |
|
|
Always empty by default. |
|
|
Always empty by default. |
|
|
Always empty by default. |