Sha256: 11b7b53aebeabfc9b595ec24c634d233fd092b57dbec3b6cac5adf3d77399f1b
Contents?: true
Size: 543 Bytes
Versions: 1
Compression:
Stored size: 543 Bytes
Contents
# Fullstack CMS roadmap ## Page parts with schema usage: <%= part "marketing-1", :schema => "text-with-title" %> <%= part "marketing-2", :schema => "text-with-title" %> <%= part "announcement", :schema => "announcement" %> class AnnouncementPagePart < PagePart field :claim, :string field :link, :link end class TextPagePart < PagePart field :text, :text, :markup => true end class TextWithTitlePagePart < PagePart field :title, :string field :text, :text, :markup => true end # Update e Creatore di ogni cosa
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fullstack-cms-0.1.5 | TODO.md |