lib/atome/helpers/essentials.rb in atome-0.5.3.8.8 vs lib/atome/helpers/essentials.rb in atome-0.5.4.0.9

- old
+ new

@@ -3,10 +3,10 @@ # use to sanitize and secure user input module Essentials @default_params = { # Warning : type must be define first render_engines: [:browser], - collector: { type: :element, attach: [:black_matter] }, + # collector: { type: :element, attach: [:black_matter] }, image: { type: :image, attach: [:view] }, web: { type: :web, attach: [:view] }, video: { type: :video, attach: [:view] }, animation: { type: :animation, attach: [:black_matter] }, element: { type: :element, renderers: [], attach: [:black_matter] },