Hello,
I want to make the field type 'parent link' accessible for all kind of entities (for creating fields in the entity Manager). So I think, I have just to replace the line
"notCreatable": true,
into
"notCreatable": false,
in the file linkParent.json.
But how can I do that in an update-safe way?
I want to make the field type 'parent link' accessible for all kind of entities (for creating fields in the entity Manager). So I think, I have just to replace the line
"notCreatable": true,
into
"notCreatable": false,
in the file linkParent.json.
But how can I do that in an update-safe way?
Comment