feat(google-sheets): create spreadsheet row

This commit is contained in:
Rıdvan Akca
2023-05-25 18:22:54 +03:00
committed by Ali BARIN
parent 078b8efb56
commit 3fd1d4d9b3
11 changed files with 285 additions and 5 deletions

View File

@@ -120,6 +120,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/google-sheets/triggers' },
{ text: 'Actions', link: '/apps/google-sheets/actions' },
{ text: 'Connection', link: '/apps/google-sheets/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/google-sheets.svg
items:
- name: Create Spreadsheet Row
desc: Creates a new row in a specific spreadsheet
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />