You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ All nodes have a `usedByContentItems` property that reflects the other nodes in
154
154
155
155
## Troubleshooting
156
156
157
-
Gatsby's GraphQL libraries won't accept object properties with names starting with numbers. This conflicts with the way image assets are named in the Delivery API response (in the JS SDK output, respectively). Therefore, the names of assets are prefixed by the source plugin with `image-`.
157
+
Gatsby's GraphQL libraries won't accept object properties with names starting with numbers. This conflicts with the way image assets and links are named in the Delivery API response (in the JS SDK output, respectively). Therefore, the names of properties with assets and links in Rich text are prefixed by the source plugin with `image-` and `link-` respectively.
158
158
159
159
"images": {
160
160
"image-79bd9e11-f643-4cd6-9ea5-d1be17cf7de2": {
@@ -168,7 +168,7 @@ Gatsby's GraphQL libraries won't accept object properties with names starting wi
Should you need to refer to the properties, just bear in mind the addition of the `image-`suffix. The GUID in the child `image_id` property is never prefixed or otherwise transformed.
171
+
Should you need to refer to the properties, just bear in mind the addition of the `image-`and `link-` prefix. In case of images, the GUID in the child `image_id` property is never prefixed or otherwise transformed.
0 commit comments