JSON:API output for this form field will be this:
{
"type": "form-field",
"id": "618bd7fe-e48d-4407-b1b3-dfae708b9d75",
"machine_name": "link-to-page",
"data": {
"uid": "form-link",
"title": "Link to page",
"value": {
"url": "https://youtu.be/dQw4w9WgXcQ?si=ELei-LXbyEZU1Lcd"
}
}
}The "value" property is an object containing "url" property that contains external link. As there is no internal Drupal entity to link to there is no "jsonapi_link" property.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
JSON:API output for this form field will be this:
{
"type": "form-field",
"id": "618bd7fe-e48d-4407-b1b3-dfae708b9d75",
"machine_name": "link-to-page",
"data": {
"uid": "form-link",
"title": "Link to page",
"value": {
"url": "https://youtu.be/dQw4w9WgXcQ?si=ELei-LXbyEZU1Lcd"
}
}
}The "value" property is an object containing "url" property that contains external link. As there is no internal Drupal entity to link to there is no "jsonapi_link" property.
If this content did not answer your questions, try searching or contacting our support team for further assistance.