Add site_url field label for Hosted Tables integration card
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
51c99f1ee9
commit
279872364c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const FIELD_LABELS: Record<string, string> = {
|
||||||
graphql_client_id: 'GraphQL Client ID',
|
graphql_client_id: 'GraphQL Client ID',
|
||||||
email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password',
|
email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password',
|
||||||
location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address',
|
location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address',
|
||||||
backup_path: 'Backup Directory',
|
backup_path: 'Backup Directory', site_url: 'Site URL',
|
||||||
}
|
}
|
||||||
|
|
||||||
interface AppRow {
|
interface AppRow {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue