Sha256: 602e464c4a33b94d48c3375f72369f62a04036376768d5a7c927ca12115a399c
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Type # Set: All "PlainText" cards # module PlainText; extend Card::Set def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/edit/set/type/plain_text.rb"; end module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat def input_type_content_options ["text area", "text field", "ace editor"] end end def field_settings %i[default help input_type] end def show_input_type? true end end;end;end;end; # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/edit/set/type/plain_text.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod011-edit/type/plain_text.rb |