From 83baed79d5db8e8bebbfcd59d7dfa5c0340bb2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Sun, 11 Oct 2020 05:32:19 -0400 Subject: [PATCH] no transforms --- staticman.yml | 53 ++------------------------------------------------- 1 file changed, 2 insertions(+), 51 deletions(-) diff --git a/staticman.yml b/staticman.yml index 19bd0ebd..586b1ce3 100644 --- a/staticman.yml +++ b/staticman.yml @@ -1,54 +1,18 @@ -# Name of the property. You can have multiple properties with completely -# different config blocks for different sections of your site. -# For example, you can have one property to handle comment submission and -# another one to handle posts. # To encrypt strings use the following endpoint: # https://api.staticman.net/v2/encrypt/{TEXT TO BE ENCRYPTED} comments: - # (*) REQUIRED - # - # Names of the fields the form is allowed to submit. If a field that is - # not here is part of the request, an error will be thrown. allowedFields: ["name", "email", "url", "message"] - - # (*) REQUIRED WHEN USING NOTIFICATIONS - # - # When allowedOrigins is defined, only requests sent from one of the domains - # listed will be accepted. The origin is sent as part as the `options` object - # (e.g.