I am trying to create an export template for Gallery data. The tags below work except for date and image url, and I am not sure why that is?
{exp:gallery:entries gallery="gallery8" orderby="entry_date" limit="100"}
{entries}
Date: {entry_date format="%Y %m %d"}
Title: {title}
URL: {image_url}
Caption: {caption}
Copyright: Copyright © {custom_field_one}
Category: {category}
{/entries}
{/exp:gallery:entries}