update integration json under resources (#443)

This commit is contained in:
Chirag Chhatrala 2024-06-10 14:12:41 +05:30 committed by GitHub
parent 6e53212242
commit b0bad02b66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
"icon": "mdi:slack", "icon": "mdi:slack",
"section_name": "Notifications", "section_name": "Notifications",
"file_name": "SlackIntegration", "file_name": "SlackIntegration",
"is_pro": false "is_pro": true
}, },
"discord": { "discord": {
"name": "Discord Notification", "name": "Discord Notification",
@ -37,7 +37,7 @@
}, },
"zapier": { "zapier": {
"name": "Zapier Integration", "name": "Zapier Integration",
"icon": "logos:zapier", "icon": "cib:zapier",
"section_name": "Notifications", "section_name": "Notifications",
"file_name": "ZapierIntegration", "file_name": "ZapierIntegration",
"is_pro": true, "is_pro": true,
@ -48,7 +48,7 @@
"icon": "mdi:google-spreadsheet", "icon": "mdi:google-spreadsheet",
"section_name": "Databases", "section_name": "Databases",
"file_name": "GoogleSheetsIntegration", "file_name": "GoogleSheetsIntegration",
"is_pro": true, "actions_file_name": "GoogleSheetsIntegrationActions",
"coming_soon": true "is_pro": false
} }
} }