Sha256: b8387e9552bc79fd21a1a1b9bd720d0c35da81dca6f3ae095052f023df8afa32
Contents?: true
Size: 1.29 KB
Versions: 8
Compression:
Stored size: 1.29 KB
Contents
class KirguduBase::DynamicPages::InputType < ::ChupakabraTools::ActiveEnumExtended value id: 1, name: I18n.t('core.shared.column_input_types.1'), tag: :autocomplete_with_id value id: 2, name: I18n.t('core.shared.column_input_types.2'), tag: :switcher value id: 3, name: I18n.t('core.shared.column_input_types.3'), tag: :date_picker value id: 4, name: I18n.t('core.shared.column_input_types.4'), tag: :time_picker value id: 5, name: I18n.t('core.shared.column_input_types.5'), tag: :image_selector value id: 6, name: I18n.t('core.shared.column_input_types.6'), tag: :check_box value id: 7, name: I18n.t('core.shared.column_input_types.7'), tag: :radio_button value id: 8, name: I18n.t('core.shared.column_input_types.8'), tag: :link value id: 9, name: I18n.t('core.shared.column_input_types.9'), tag: :elastic_text_area value id: 10, name: I18n.t('core.shared.column_input_types.10'), tag: :text_area value id: 11, name: I18n.t('core.shared.column_input_types.11'), tag: :text_edit value id: 12, name: I18n.t('core.shared.column_input_types.12'), tag: :select value id: 13, name: I18n.t('core.shared.column_input_types.13'), tag: :chosen_select value id: 14, name: I18n.t('core.shared.column_input_types.14'), tag: :autocomplete value id: 15, name: I18n.t('core.shared.column_input_types.15'), tag: :password end
Version data entries
8 entries across 8 versions & 1 rubygems