Files

30 lines
683 B
JSON
Raw Permalink Normal View History

2022-11-05 23:03:54 +01:00
{
"default": "test",
"forumPostChannelId": [
"id_forum_n1",
"id_forum_n2"
],
"forumPostMessage": [
"message_forum_n1",
"message_forum_n2"
],
"forumPostTitle": [
"Title_Embed_post_n1",
"Title_Embed_post_n2"
],
"forumPostButtons": {
"id_forum_n1": [
{
"label": "Google",
"url": "https://google.fr"
}
],
"id_forum_n2": [
{
"label": "Google",
2022-11-05 23:36:10 +01:00
"url": "https://google.fr"
2022-11-05 23:03:54 +01:00
}
]
}
2022-11-05 23:36:10 +01:00
}