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

Version Path
spontaneous-0.2.0.beta10 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta9 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta8 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta7 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta6 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta5 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta4 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta3 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta2 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.beta1 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.alpha7 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.alpha6 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.alpha5 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.alpha4 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.alpha3 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.alpha2 test/fixtures/example_application/schema/project.rb
spontaneous-0.2.0.alpha1 test/fixtures/example_application/schema/project.rb
spontaneous-0.1.0.alpha1 test/fixtures/example_application/schema/project.rb