Skip to content

Instantly share code, notes, and snippets.

@tttp
Created July 21, 2020 07:26
Show Gist options
  • Save tttp/dcaf1073490b2d8a921892746178c61b to your computer and use it in GitHub Desktop.
Save tttp/dcaf1073490b2d8a921892746178c61b to your computer and use it in GitHub Desktop.
{
"lang":"EN",
"actionpage":"2",
"filename":"proca.foundation",
"organisation":"Organisation name",
"journey":["register","share"],
"register":{
"fields":{ // we have a default set of what's mandatory or not, these are about overwriting it
"lastname":{"mandatory":true},
"firstname":{"display":false},
"country":{"display":true,"list":"all.json"} //sets the list of countries available on the dropdown
},
"share": {
"facebook":{"display":false},
"twitter":{"tags":["ff","whatever"]} // custom params per social media
},
"locales":{
"Sign now!": "whatever you want to overwrite"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment