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.