The Bard fieldtype is a beautiful idea to create long texts containing images, code samples - basically any sort of content. While I was creating my blog I was not sure how to extract images from the Bard field. Thanks to the Glide tag you can just simply pass the field of your image and it automatically outputs the proper url. My image field is a set called image. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 sets: image: display: Image fields: - handle: image field: mode: grid restrict: falseallow_up...