Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Airtable plugin #26

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

Sakib25800
Copy link
Contributor

@Sakib25800 Sakib25800 commented Aug 29, 2024

Description

This PR adds an Airtable plugin. It can be connected to your Airtable base and can sync a table from that base to the Framer CMS.

Backend: https://github.com/Sakib25800/framer-airtable-api

Framer.Airtable.PR.Demo.mp4

Scopes

  • data.records:read
  • schema.bases:read

Testing

  • Confirm the above example works
  • Synchronizing
    • After the above setup, remove a row from the synced Airtable table
    • Press the "Sync" button in the Framer CMS view
    • The item removed from Airtable should be removed from Framer
  • Adding fields
    • Add a new field / column to the notion database
    • Press synchronize again
    • It now displays the field configuration again because a new field was added
    • Include this field in the data
    • Press "import"
    • Notice how the new field was added to each item
  • Empty field
    • Empty fields will not prevent the row from syncing
  • Auth
    • Attempting to sync the plugin, whilst not authenticated, will cause an error and allow the user to sign back in
  • Pressing ctrl + shift + l should toggle logging

Copy link

vercel bot commented Aug 29, 2024

@Sakib25800 is attempting to deploy a commit to the Framer Team on Vercel.

A member of the Team first needs to authorize it.

getFieldNameOverrides(pluginContext)
)

// TODO: Render progress in UI
Copy link
Contributor Author

@Sakib25800 Sakib25800 Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to the Notion plugin, the progress UI can be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant