module Ooz module Base class Field class Date < Field passthrough :show_time, :past_only, :today_button, :create_event, :event_id, :remind_me_in, :value, :renews, :renews_unit, :renews_every, :renews_until, to: :doc end end end end