Sha256: fa706ad4cbb100f48f57a13e660c385556de6f01dd10a04272bb37f260c31278
Contents?: true
Size: 266 Bytes
Versions: 18
Compression:
Stored size: 266 Bytes
Contents
# encoding: UTF-8 class Project < Page field :url field :image, :image do size :thumbnail do width 100 end end field :description, :richtext box :text do allow :Text allow :InlineImage end layout :project style :inline end
Version data entries
18 entries across 18 versions & 1 rubygems