Skip to content

How to create node with entity field #39

@fufu7755

Description

@fufu7755

@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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions