Sha256: 53f05dea80d80131279cc859babd3ef1d3f83abad18c60205beb280cdb730866
Contents?: true
Size: 664 Bytes
Versions: 22
Compression:
Stored size: 664 Bytes
Contents
%p Each of the following content areas will be displayed on the event registration wizard. = effective_form_with(model: [:admin, event], engine: true) do |f| = card("All Steps") do = f.rich_text_area "rich_text_all_steps_content", label: false, hint: "displayed on all steps" %hr - enabled = EffectiveEvents.EventRegistration.all_wizard_steps - EffectiveEvents.EventRegistration::WIZARD_STEPS.each do |step, title| - next unless enabled.include?(step) = card("#{title}") do = f.rich_text_area "rich_text_#{step}_content", label: false, hint: "displayed on the event registration #{step} wizard step only" = f.submit
Version data entries
22 entries across 22 versions & 1 rubygems