Skip to content

Commit 68cc68e

Browse files
committed
Regenerated docs
1 parent 8e90051 commit 68cc68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/content/docs/airtable-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Options for AirtableSource
1010
| <a name="module_airtable-source.AirtableOptions+baseId">`baseId`</a> | <code>string</code>| | Airtable base ID. @see https://help.appsheet.com/en/articles/1785063-using-data-from-airtable#:~:text=To%20obtain%20the%20ID%20of,API%20page%20of%20the%20base. |
1111
| <a name="module_airtable-source.AirtableOptions+defaultView">`defaultView`</a> | <code>string</code>| <code>'Grid view'</code> | |
1212
| <a name="module_airtable-source.AirtableOptions+tables">`tables`</a> | <code>string</code>| <code>[]</code> | The tables you want to fetch from |
13-
| <a name="module_airtable-source.AirtableOptions+keyValueTables">`keyValueTables`</a> | <code>string</code>| <code>[]</code> | As a convenience feature, you can store tables listed here as key/value pairs. Field names should be `"key"` and `"value"`. |
13+
| <a name="module_airtable-source.AirtableOptions+keyValueTables">`keyValueTables`</a> | <code>string</code>| <code>[]</code> | As a convenience feature, you can store tables listed here as<br>key/value pairs. Field names should be `"key"` and `"value"`. |
1414
| <a name="module_airtable-source.AirtableOptions+endpointUrl">`endpointUrl`</a> | <code>string</code>| <code>'https://api.airtable.com'</code> | The API endpoint to use for Airtable |
1515
| <a name="module_airtable-source.AirtableOptions+defaultView">`defaultView`</a> | <code>string</code>| | The table view which to select for syncing by default |
1616
| <a name="module_airtable-source.AirtableOptions+appendLocalAttachmentPaths">`appendLocalAttachmentPaths`</a> | <code>boolean</code>| <code>true</code> | Appends the local path of attachments to the saved JSON |

0 commit comments

Comments
 (0)