Skip to content

Commit

Permalink
Merge pull request #4673 from wri/feat/FLAG-886--add-survey-link-to-w…
Browse files Browse the repository at this point in the history
…idgets

FLAG:886: add survey link
  • Loading branch information
wri7tno authored Aug 25, 2023
2 parents 984a27a + 720375d commit 22e3ce9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ export default {
categories: ['forest-change'],
subcategories: ['forest-loss'],
types: ['country'],
alerts: [
{
text: `We are collecting user feedback for how we can improve the integrated deforestation alerts. Please provide your feedback through this [survey](https://survey.alchemer.com/s3/7460286/give-feedback-on-GFW-integrated-deforestation-alerts) or email us at [[email protected]](mailto:[email protected])!`,
visible: ['country', 'geostore', 'aoi', 'wdpa', 'use'],
},
],
admins: ['adm0', 'adm1'],
settingsConfig: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ export default {
categories: ['summary', 'forest-change'],
subcategories: ['forest-loss'],
types: ['country', 'geostore', 'wdpa', 'aoi', 'use'],
alerts: [
{
text: `We are collecting user feedback for how we can improve the integrated deforestation alerts. Please provide your feedback through this [survey](https://survey.alchemer.com/s3/7460286/give-feedback-on-GFW-integrated-deforestation-alerts) or email us at [[email protected]](mailto:[email protected])!`,
visible: ['country', 'geostore', 'aoi', 'wdpa', 'use'],
},
],
admins: ['adm0', 'adm1', 'adm2'],
datasets: [
{
Expand Down

0 comments on commit 22e3ce9

Please sign in to comment.