YAML editor.
type YamlField = Record<string, any> | string | null;
type Yaml = YamlField; // Result: Record<string, any> | string | null
WidthField
The Width field type used in Statamic.
FieldValue
On this page
Contribute