Sha256: 95906fac53ab86470cc65e7227c32b761060c0f4ca2ab3cf6af88f82c8bb4e9a

Contents?: true

Size: 474 Bytes

Versions: 28

Compression:

Stored size: 474 Bytes

Contents

<%= show_field_wrapper field: @field, resource: @resource, index: @index, full_width: true do %>
  <div data-controller="simple-mde">
    <%= text_area_tag @field.id, @field.value,
      class: helpers.input_classes('w-full js-has-simple-mde-editor'),
      placeholder: @field.placeholder,
      disabled: @field.is_readonly?,
      'data-simple-mde-target': 'element',
      'data-component-options': @field.options.to_json,
      'data-view': :show %>
  </div>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
avo-2.16.0 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.15.3 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.15.3.pre.1.data.attrs.to.sidebar.items app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.15.2 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.15.2.pre.1 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.15.1 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.15.0 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.3.pre.7.polytranslations1 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.3.pre.6.nosprockets app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.3.pre.5.nosprockets app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.3.pre.4.tosqlfix app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.3.pre.3.jsbundling app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.3.pre.2.tailwindcss app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.3.pre.1.branding app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.2 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.2.pre.1 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.1 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.1.pre.1 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.14.0 app/components/avo/fields/markdown_field/show_component.html.erb
avo-2.13.6.pre.2 app/components/avo/fields/markdown_field/show_component.html.erb