Sha256: 5be2888ef1a72ca95726fc41d09ed4ff397b3fcf0a29dd15376ad12a17c5c972

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 Bytes

Contents

<%%#
  Available locals:
  * content (The object the essence is linked to the element)
  * html_options

  Please consult Alchemy::Content.rb docs for further methods on the content object
%>
<%% cache(content) do %>

<div class="content_editor <%= @essence_name %>" id="<%%= content_dom_id(content) %>">
  <%%#= text_field_tag(
    content.form_field_name,
    content.ingredient,
    :id => content.form_field_id
  ) %>
</div>

<%% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alchemy_cms-2.4.beta2 lib/rails/generators/alchemy/essence/templates/editor.html.erb