Sha256: 9b25aaa7f6775f220450dc5de313cb2759d32010a2f00025c31c6a5053a7fbc6

Contents?: true

Size: 677 Bytes

Versions: 80

Compression:

Stored size: 677 Bytes

Contents

<%
# ⚠️ CKEditor 5 is distributed under a GPL 2+ copyleft license.
# You need a commercial license to utilize it in closed-source SaaS products.
# See https://ckeditor.com/pricing/ for more details.
%>

<%
stimulus_controller = 'fields--ckeditor'

form ||= current_fields_form
options ||= {}
options = options.merge({ data: {"#{stimulus_controller}-target": 'field' }})
other_options ||= {}

%>

<%= render 'shared/fields/field', form: form, method: method, options: options, other_options: other_options do %>
  <% content_for :field do %>
    <div data-controller="<%= stimulus_controller %>">
      <%= form.text_area method, options %>
    </div>
  <% end %>
<% end %>

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
bullet_train-themes-1.6.38 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.37 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.36 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.35 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.34 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.33 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.32 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.31 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.30 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.29 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.28 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.27 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.26 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.25 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.24 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.23 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.22 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.21 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.20 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.6.19 app/views/themes/base/fields/_ckeditor.html.erb