Sha256: 6fb9376fe320c56b85c68b38f492e414acf4405a05aa4a22d3716edb50ac4b04
Contents?: true
Size: 572 Bytes
Versions: 8
Compression:
Stored size: 572 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Type # Set: All "List" cards # module List; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-edit/set/type/list.rb"; end def input_type_content_options ["multiselect", "checkbox", "autocompleted list", "filtered list"] end def show_content_options? true end def show_input_type? true end def field_settings %i[default help input_type content_options content_option_view] end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-edit/set/type/list.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems