rifas-ali-pbi โ created an issue.
I have tested this patch. After applying this patch now Paragraph is working fine.
@kanchan-bhogade better do not assign task to yourself and status will be changed to RTBC by reporter or maintainer after verifying the screenshot. https://www.drupal.org/association/blog/a-drupal-contribution-guide-gues... โ
Thanks.
@smustgrave Yes you are right.
Isn't this a duplicate issue?
https://www.drupal.org/project/drupal/issues/3410493 ๐ Remove @nest from Claro's details stylesheet RTBC
This is having layout issue too. Save button and preview button is not aligned each other. Attaching screenshot for the issue.
rifas-ali-pbi โ made their first commit to this issueโs fork.
Hi its actually quite easy to understand. The idea is to first give a GET request. Then you will get the JSON data. Same structure is used to send the POST data too.
Body of your desired fields will look like following, I have added geolocation field, link field and an example body.
{
"data": {
"type": "node--article",
"attributes": {
"title": "Rifas test post from postman POST",
"body": {
"value": "<p>description</p>\r\n"
},
"field_location": {
"lat": 90,
"lng": 40
},
"field_link": {
"uri": "https://www.google.com/",
"title": "Link Test here",
"options": []
}
}
}
}
I have reviewed the patch and its working fine.
rifas-ali-pbi โ made their first commit to this issueโs fork.
rifas-ali-pbi โ made their first commit to this issueโs fork.
rifas-ali-pbi โ made their first commit to this issueโs fork.
I have applied the patch, please review.