-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Question
I try to export and import a Neo Field, the Block Types and Settings are good, but the Field Layout is empty, any idea why?
fieldLayout example in exported json file
"fieldLayout": {
"tabs": [
{
"name": "Content",
"sortOrder": 1,
"elements": [
{
"type": "craft\\fieldlayoutelements\\CustomField",
"label": "",
"instructions": "",
"tip": null,
"warning": null,
"required": 1,
"width": 100,
"fieldUid": "77b011c9-c556-4278-b33d-a286bcdcf36a"
},
{
"type": "craft\\fieldlayoutelements\\CustomField",
"label": "",
"instructions": "",
"tip": null,
"warning": null,
"required": 1,
"width": 100,
"fieldUid": "d7d4a902-9d6e-4e6d-bb86-a23fa1148d92"
},
{
"type": "craft\\fieldlayoutelements\\CustomField",
"label": null,
"instructions": null,
"tip": null,
"warning": null,
"required": false,
"width": 100,
"fieldUid": "120a61e5-003a-4f13-ad14-e405f932bb27"
}
]
}
]
}
Additional context
Craft cms: 3.7.46
Field Manager:2.2.5
Neo: 2.13.15