Sha256: 13c097772a67985f40fc224d11f55200567685ebf2c56ba141a0acedc4daf4ee

Contents?: true

Size: 690 Bytes

Versions: 54

Compression:

Stored size: 690 Bytes

Contents

<% yield %>

<%
# ⚠️ 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

54 entries across 54 versions & 2 rubygems

Version Path
bullet_train-themes-1.2.27 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.26 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.25 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.24 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.23 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.22 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.21 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.20 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.19 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.18 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.17 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.16 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.15 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.14 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.13 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.12 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.11 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.10 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.9 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.2.8 app/views/themes/base/fields/_ckeditor.html.erb