X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fchi-teck%2Fdrupal-code-generator%2Ftemplates%2Fd8%2Fplugin%2Fentity-reference-selection-schema.twig;fp=vendor%2Fchi-teck%2Fdrupal-code-generator%2Ftemplates%2Fd8%2Fplugin%2Fentity-reference-selection-schema.twig;h=c8cf867366f6124936a390307293ac86714567c3;hp=45d91122a6d6c842bf726125e65cb6ba7c727ddc;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/chi-teck/drupal-code-generator/templates/d8/plugin/entity-reference-selection-schema.twig b/vendor/chi-teck/drupal-code-generator/templates/d8/plugin/entity-reference-selection-schema.twig index 45d91122a..c8cf86736 100644 --- a/vendor/chi-teck/drupal-code-generator/templates/d8/plugin/entity-reference-selection-schema.twig +++ b/vendor/chi-teck/drupal-code-generator/templates/d8/plugin/entity-reference-selection-schema.twig @@ -1,8 +1,8 @@ entity_reference_selection.{{ plugin_id }}: {# User selection plugin provides has some additional options. #} - type: entity_reference_selection.default{{ entity_type == 'user' ? ':user' }} + type: entity_reference_selection.default{{ entity_type == 'user' ? ':user' }} label: '{{ plugin_label }} handler settings' -{% if configurable %} +{% if configurable %} mapping: foo: type: string