upgrade: Contact widget due to Formspree deprecation
see https://github.com/wowchemy/wowchemy-hugo-modules/issues/1940
This commit is contained in:
parent
391db20c75
commit
f702e0b354
8 changed files with 56 additions and 43 deletions
|
@ -3,9 +3,6 @@
|
|||
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
||||
widget: contact
|
||||
|
||||
# Activate this widget? true/false
|
||||
active: true
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
|
@ -15,16 +12,19 @@ weight: 130
|
|||
title: Contact
|
||||
subtitle:
|
||||
|
||||
# Automatically link email and phone or display as text?
|
||||
autolink: true
|
||||
|
||||
# Email form provider
|
||||
# 0: Disable email form
|
||||
# 1: Netlify (requires that the site is hosted by Netlify)
|
||||
# 2: formspree.io
|
||||
email_form: 2
|
||||
|
||||
netlify:
|
||||
# Enable CAPTCHA challenge to reduce spam?
|
||||
captcha: false
|
||||
content:
|
||||
# Automatically link email and phone or display as text?
|
||||
autolink: true
|
||||
|
||||
# Email form provider
|
||||
form:
|
||||
provider: formspree
|
||||
formspree:
|
||||
id: test
|
||||
netlify:
|
||||
# Enable CAPTCHA challenge to reduce spam?
|
||||
captcha: false
|
||||
|
||||
design:
|
||||
columns: '2'
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue