From 57af6c417e3bc979462e9114f1e7b791a8ca2c52 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 25 Mar 2022 13:22:33 -0600 Subject: [PATCH 1/2] adds consent management plugin to mermaid graph also document the consent plugin --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef97d10..e0062b4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ flowchart TB agcdn[/Pantheon Advanced Global CDN\]-->ei[Pantheon Edge Integrations global library] ei-->eiplugin(Pantheon WordPress Edge Integrations plugin) ei-. Optional -.->geoipplugin(Pantheon Geolocation Shortcodes plugin) +ei-. Optional -.->consent(Pantheon Edge Integrations Consent Management plugin) ``` ### Description @@ -33,6 +34,9 @@ The [WordPress Edge Integrations](https://github.com/pantheon-systems/pantheon-w #### Pantheon Geolocation Shortcodes plugin The [Pantheon Geolocation Shortcodes](https://github.com/pantheon-systems/pantheon-geolocation-shortcodes) plugin is an optional addition that can be included if all you want to do is display specific content in posts and pages to some geographic regions, but not other geographic regions. Parameters exist to display content by continent, country, region and city as well as allowing for conditions like `not_continent` and `not_city`. +#### Pantheon Edge Integrations Consent Management plugin +The [Pantheon Edge Integrations Consent Management](https://github.com/pantheon-systems/pantheon-edge-integrations-consent-management) plugin is another optional addition that can be included to enable a cookie consent banner that integrates natively with Pantheon Edge Integrations. It can be used as a consent management solution as-is, as a framework for developing your own bespoke consent management solution with Edge Integrations, or as a reference when integrating with a third-party consent management plugin. + ## Setup ### Install with Composer From 2643fd22feeea8ad7e51e8770ac438e991fa459c Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 25 Mar 2022 13:27:09 -0600 Subject: [PATCH 2/2] update mermaid graph both the Geolocation Shortcode plugin and the Consent Management plugin _require_ the main EI plugin to function. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0062b4..6a908e2 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The diagram below illustrates the general overview of what this SDK provides and flowchart TB agcdn[/Pantheon Advanced Global CDN\]-->ei[Pantheon Edge Integrations global library] ei-->eiplugin(Pantheon WordPress Edge Integrations plugin) -ei-. Optional -.->geoipplugin(Pantheon Geolocation Shortcodes plugin) -ei-. Optional -.->consent(Pantheon Edge Integrations Consent Management plugin) +eiplugin-. Optional -.->geoipplugin(Pantheon Geolocation Shortcodes plugin) +eiplugin-. Optional -.->consent(Pantheon Edge Integrations Consent Management plugin) ``` ### Description