wagtail-nest / wagtail-airtable

Airtable import and export support for Wagtail pages and Django models.
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Add attachment support for "Attachment" columns in Airtable #21

Open KalobTaulien opened 3 years ago

KalobTaulien commented 3 years ago

I noticed recently there's a new "attachment" column type in Airtable. I haven't looked into using it yet, but I suspect we can use it to support images and documents.

Acceptance Criteria:

RealOrangeOne commented 3 years ago

Had a look into this for file-based attachments, and it should be reasonably simple to implement:

Besides the final point, I'm sort of expecting to be able to do this without modifying the library at all, and even that's only a guess. I'd expect something similar to work for images.

Attempting in the next few weeks - I'll report back my findings!