-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
@signalpoint Thank you for helping me solve the last problem. I have found the answer.
I have a new problem, when I create node with entity field always gave error, I think it should be the format problem.
var node = { type: 'article', title: 'Hello world', language: 'und', body: { und: [ { value: 'How are you?' }] } };
I change them to
var node = { type: 'article', title: 'Hello world', language: 'und', fiele_engtity: { und: [ { entity_id : *** }] } };
Pleas give me some tips. thank you very much.
Hopefully it will not take you too much time.
Metadata
Metadata
Assignees
Labels
No labels