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