Skip to main content
Latest
method Relation.prototype.valueField
Re-export
import { Relation } from "https://deno.land/x/netlify_cms_config@v0.3.2/mod.ts";

Name of the field from the referenced collection whose value will be stored for the relation. For nested fields, separate each subfield with a . (e.g. name.first). For list fields use a wildcard * to target all list items (e.g. categories.*).

Parameters

value: string