Sha256: b7dd025dc37f7e4ff1991951c1fdf43f8ffd50edbbe40eba61c6d09e00509a15

Contents?: true

Size: 715 Bytes

Versions: 27

Compression:

Stored size: 715 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 ||= {}
other_options ||= {}

# TODO: Remove this if it's unneeded.
options = options.merge({ data: {"#{stimulus_controller}-target": 'field' }})
%>

<%= 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

27 entries across 27 versions & 1 rubygems

Version Path
bullet_train-themes-1.10.0 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.9.0 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.8.5 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.8.4 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.8.3 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.8.2 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.8.1 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.8.0 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.23 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.22 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.21 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.20 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.19 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.18 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.17 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.16 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.15 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.14 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.13 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.7.12 app/views/themes/base/fields/_ckeditor.html.erb