1cd232c59c6954fb4b41e4a2ca6db3b5116b9a08
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / plugin / field / type-schema.twig
1 field.storage_settings.{{ plugin_id }}:
2   type: mapping
3   label: {{ plugin_label }} storage settings
4   mapping:
5     foo:
6       type: string
7       label: Foo
8
9 field.field_settings.{{ plugin_id }}:
10   type: mapping
11   label: {{ plugin_label }} field settings
12   mapping:
13     bar:
14       type: string
15       label: Bar
16
17 field.value.{{ plugin_id }}:
18   type: mapping
19   label: Default value
20   mapping:
21     value:
22       type: label
23       label: Value