Sha256: c41bc28a404550c2634343bb574ff3dbc1d2e1fb9af8efe40929f781af20f8a7

Contents?: true

Size: 822 Bytes

Versions: 28

Compression:

Stored size: 822 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal, full_width: true do %>
  <div data-controller="code-field">
    <%= @form.text_area @field.id,
      class: classes("w-full"),
      data: {
        'code-field-target': 'element',
        view: @resource.view,
        language: @field.language,
        theme: @field.theme,
        'tab-size': @field.tab_size,
        'read-only': @field.is_readonly?,
        'indent-with-tabs': @field.indent_with_tabs,
        'line-wrapping': @field.line_wrapping,
        **@field.get_html(:data, view: view, element: :input),
      },
      disabled: @field.is_readonly?,
      placeholder: @field.placeholder,
      style: @field.get_html(:style, view: view, element: :input)
    %>
  </div>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

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