Sha256: e3f9927d382685f2561cc41d5747f5353bd112fe600ca48c37f60f8b08a943f8

Contents?: true

Size: 736 Bytes

Versions: 9

Compression:

Stored size: 736 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Type
# Set: All "Html" cards
#
module Html;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/basic_types/set/type/html.rb"; end
def clean_html?
  false
end

def diff_args
  { diff_format: :raw }
end

module Format; parent.send :register_set_format, Card::Format, self; extend Card::Set::AbstractFormat
  view :closed_content do
    ""
  end

  def chunk_list
    :references
  end
end

module HtmlFormat; parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
  def editor
    :ace_editor
  end
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card/mod/basic_types/set/type/html.rb ~~

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
card-1.99.4 tmpsets/set/mod013-basic_types/type/html.rb
card-1.99.3 tmpsets/set/mod013-basic_types/type/html.rb
card-1.99.2 tmpsets/set/mod013-basic_types/type/html.rb
card-1.99.1 tmpsets/set/mod013-basic_types/type/html.rb
card-1.99.0 tmpsets/set/mod013-basic_types/type/html.rb
card-1.98.3 tmpsets/set/mod013-basic_types/type/html.rb
card-1.98.2 tmpsets/set/mod013-basic_types/type/html.rb
card-1.98.1 tmpsets/set/mod013-basic_types/type/html.rb
card-1.98.0 tmpsets/set/mod013-basic_types/type/html.rb