Skip to content

Instantly share code, notes, and snippets.

@huhn511
Last active December 16, 2018 22:13
Show Gist options
  • Save huhn511/57083e43e63f52859b87d0c53c0af55a to your computer and use it in GitHub Desktop.
Save huhn511/57083e43e63f52859b87d0c53c0af55a to your computer and use it in GitHub Desktop.
administrate trix editor field views app/views/fields/trix_field
<div class="field-unit__label">
<%= f.label field.attribute %>
</div>
<div class="field-unit__field">
<%= f.hidden_field field.attribute, id: field.attribute %>
<trix-editor input="<%= field.attribute %>"></trix-editor>
</div>
<%= truncate field.to_s %>
<%= sanitize field.to_s %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment