Sha256: ec8148c9a46e8680f1e2440f9095b9a45c99c060f4f3f162c3c223ad3b25ee1c
Contents?: true
Size: 566 Bytes
Versions: 1
Compression:
Stored size: 566 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/edit/set/type/list.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod011-edit/type/list.rb |