Skip to content
Snippets Groups Projects
Commit 455817bf authored by Welter, Felix's avatar Welter, Felix
Browse files

Add url as option to text type.

parent 5055a7b7
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ and type-dependent data. e.g. ...@@ -16,7 +16,8 @@ and type-dependent data. e.g.
``` ```
{ {
"type": "text", "type": "text",
"text": "This will hopefully be useful information." "text": "This will hopefully be useful information.",
"url": "link_to_external_page_with_more_information"
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment