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