- Issue created by @devkinetic
- πΊπΈUnited States devkinetic
In testing I have found that nodes and paragraphs want a "type" vs media wants a "bundle".
Few questions and feedback:
field_text_multivalue:
- "something"
- value: "something"
field_link_multivalue:
- uri: "https://google.com"
title: "Google 1"
- uri:
- value: "https://google.com"
title:
- value: "Google 2"
field_reference_multivalue:
- '#process':
callback: "reference"
args:
- "node"
- type: "article"
title: "Some Name 1"
dependency: "article.content.yml"
- '#process':
callback: "reference"
args:
- "node"
- type: "article"
title: "Some Name 2"
dependency: "article.content.yml"
- entity: "node"
type: "article"
- entity: "node"
bundle: "article"
# checkboxes
field_checkbox: 1
field_checkbox:
- value: 1
# text field
field_text: "text"
field_text:
- value: "text"
# node title
- entity: "node"
type: "article"
title: "title"
title:
- value: "title"
Active
2.0
Documentation
In testing I have found that nodes and paragraphs want a "type" vs media wants a "bundle".