Sha256: d9efea5751e74b58b79b59f52b5a08da361e833f2115ba3a2dfa764b20e0081a
Contents?: true
Size: 857 Bytes
Versions: 1
Compression:
Stored size: 857 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Self # Set: The card "ContentOptionView" # module ContentOptionView; extend Card::Set def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/list/set/self/content_option_view.rb"; end setting_opts group: :editing, position: 6, restricted_to_type: %i[list pointer session], rule_type_editable: false, help_text: "Label view for radio button and checkbox items. "\ "[[http://decko.org/Pointer|more]]", applies: lambda { |prototype| prototype.supports_content_options? && prototype.rule_card(:input_type)&.supports_content_option_view? } end;end;end;end; # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/list/set/self/content_option_view.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod008-list/self/content_option_view.rb |