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.0.10 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.9 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.8 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.7 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-base-1.0.3 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.6 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-base-1.0.2 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.5 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.4 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.3 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-base-1.0.1 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.2 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-base-1.0.0 app/views/themes/base/fields/_ckeditor.html.erb
bullet_train-themes-1.0.1 app/views/themes/base/fields/_ckeditor.html.erb