Sha256: 538012502cb2880a6ae240f30f666689e862dc07348cc64885c78314b5355569

Contents?: true

Size: 553 Bytes

Versions: 28

Compression:

Stored size: 553 Bytes

Contents

<%= field_wrapper(**field_wrapper_args, data: { controller: 'hidden-input' }) do %>
  <div data-controller="hidden-input" class="flex w-full">
    <% unless @field.always_show %>
      <%= link_to t('avo.show_content'), 'javascript:void(0);', class: 'font-bold inline-block', data: { action: 'click->hidden-input#showContent' } %>
    <% end %>
    <div class="<%= class_names("tiptap__content py-2 max-w-4xl", "hidden": !@field.always_show) %> " data-hidden-input-target="content">
      <%= sanitize @field.value.to_s %>
    </div>
  </div>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.18.1 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.18.0.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.18.0 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.9.beta2 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.9.beta1 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.9.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.9 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.8.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.8 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.7 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.6.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.6 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.5 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.3 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/tiptap_field/show_component.html.erb