Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / plugin / field / widget-schema.twig
1 field.widget.settings.{{ plugin_id }}:
2   type: mapping
3   label: {{ plugin_label }} widget settings
4   mapping:
5     size:
6       type: integer
7       label: size
8     placeholder:
9       type: string
10       label: Placeholder
11     prefix:
12       type: string
13       label: Prefix
14     suffix:
15       type: string
16       label: Suffix