forked from GitbookIO/integrations
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitbook-manifest.yaml
48 lines (48 loc) · 1.68 KB
/
gitbook-manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: formspree
title: Formspree
organization: gitbook
visibility: public
description: A simple Formspree integration to collect user signups directly in your published GitBook sites.
summary: |
# Overview
The GitBook Formspree integration allows you to specify a form ID from your Formspree account to collect user signups.
# Configure
You can install the integration on a single space by clicking the integrations button in sub-navigation panel. If you prefer to install the Formspree integration on multiple on all spaces you can enable this through organization settings. From here you can specify different Formspree IDs for different spaces.
icon: ./assets/formspree-icon.png
previewImages:
- ./assets/formspree-banner.png
externalLinks:
- label: Formspree
url: https://formspree.io/
categories:
- marketing
script: src/index.tsx
scopes:
- space:content:read
blocks:
- id: formspree
title: Formspree
description: My GitBook Integration
configurations:
space:
properties:
formspree_id:
type: string
title: Formspree endpoint
description: The endpoint your formspree lives at.
email:
type: boolean
title: Email
description: An email field for your form
default: true
name:
type: boolean
title: Name
description: A name field for your form
default: false
message:
type: boolean
title: Message
description: A message field for your form
default: false
secrets: {}