Enter the Telegra.ph ID of a page containing a valid configuration.
You can use an exported configuration from EvPortal
or import a custom configuration Telegra.ph page formatted as JSON.
Example :
For your link : https://telegra.ph/395491390618-03-16-11
The Telegra.ph ID is 395491390618-03-16-11
https://telegra.ph/
If you create a custom configuration, the JSON structure must follow this format :
{
"pages": [
"pageone",
"pagetwo"
],
"pageone": [
{
"name": "google",
"url": "https://www.google.com",
"order": 1
},
{
"name": "youtube",
"url": "https://www.youtube.com",
"order": 2
}
],
"pagetwo": [
{
"name": "wikipedia",
"url": "https://www.wikipedia.org",
"order": 1
}
]
}