Sha256: 59771c789b1b32b6cfaa72d880629af81ca54f15612ba914075ac8568921a1ea
Contents?: true
Size: 845 Bytes
Versions: 8
Compression:
Stored size: 845 Bytes
Contents
module Phlexi module Display class Theme < Phlexi::Field::Theme def self.theme @theme ||= { base: nil, label: nil, description: nil, placeholder: nil, value_wrapper: nil, string: nil, text: :string, phone: :string, number: :string, integer: :string, datetime: :string, date: :datetime, time: :datetime, association: :string, attachment: :string, color: :string, color_icon: :string, email: :string, url: :email, json: :string, hstore: :json, password: :string, enum: :string, prefixed_icon: nil, link: nil, wrapper: nil }.freeze end end end end
Version data entries
8 entries across 8 versions & 1 rubygems