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