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