Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / plugin / entity-reference-selection-schema.twig
index 45d91122a6d6c842bf726125e65cb6ba7c727ddc..c8cf867366f6124936a390307293ac86714567c3 100644 (file)
@@ -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