UNPKG

gatsby-source-gravityforms

Version:

Gatsby source plugin to add WordPress Gravity Forms nodes to your app.

20 lines (19 loc) 336 B
"use strict"; exports.__esModule = true; exports.formSchema = void 0; const formSchema = { id: 1, title: '', description: '', labelPlacement: '', descriptionPlacement: '', buttons: { type: '', text: '' }, notifications: '', confirmations: '', pagination: '', apiURL: '' }; exports.formSchema = formSchema;