Hi,
I am creating custom blocks on a staging site. Each block consists of a Field Group and a View. To migrate them to the live website, I wanted to export the Views and Field Groups and import them into the live site.
I have done this before with Views, and it works fine. But the export for a Field Group contains a path to the staging site:
{
"$schema": "https://schemas.metabox.io/field-group.json",
"block_json": {
"enable": true,
"path": "/home/<strong>staging</strong>/public_html/wp-content/themes/kadence_child/blocks",
"version": "v1753016150"
},
I suppose that will cause issues when imported into another website? How do I do this?
Kind regards,
Arno