Provide guidance on how to configure fields used as string props with enum
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3586412. -->
Reported by: [ultimike](https://www.drupal.org/user/51132)
Related to !5
>>>
<p>@lostcarpark - </p>
<p>I <em>think</em> this might be a documentation issue, but if there is a string prop that uses <code>enum</code> then I think the source field must be configured correctly (via Rewrite) to only output the string value, without any HTML. </p>
<p>It might be easier to have the module sniff if the string prop has <code>enum</code>, and if so, skip the rendering of the field and just output the value. Thinking about it, maybe all string props field values should be set without HTML...</p>
<p>-mike</p>
issue