14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"title": "Lorem ipsum",
|
|
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
|
|
"button1": {
|
|
"text": "Lorem",
|
|
"action": "https://nextcloud.com"
|
|
},
|
|
"button2": {
|
|
"text": "Ipsum",
|
|
"action": "https://livellosegreto.it"
|
|
}
|
|
}
|
|
|