diff --git a/declarations/WPEngine.json b/declarations/WPEngine.json new file mode 100644 index 00000000..bdd52302 --- /dev/null +++ b/declarations/WPEngine.json @@ -0,0 +1,17 @@ +{ + "name": "WPEngine", + "documents": { + "Terms of Service": { + "fetch": "https://wpengine.com/legal/terms-of-service/", + "select": "article" + }, + "Privacy Policy": { + "fetch": "https://wpengine.com/legal/privacy/", + "select": "article" + }, + "Data Controller Agreement": { + "fetch": "https://wpengine.com/legal/dpa/", + "select": "article" + } + } +}