Sha256: fa533e2a26b9bc936c6a0b1d644640aa6e3706805ce2729e0824c63837b6e678

Contents?: true

Size: 1.76 KB

Versions: 18

Compression:

Stored size: 1.76 KB

Contents

# ComatosePage attributes
#  - parent_id
#  - title
#  - full_path
#  - slug
#  - keywords
#  - body
#  - author
#  - filter_type
#  - position
#  - version
#  - updated_on
#  - created_on

root:
  id: 1
  parent_id: 
  full_path: ""
  slug: home-page
  title: Home Page
  body: |-
    h1. {{ page.title }}
    
    This is your *home page*.
  author: Comatose
  keywords: "test, cms"
  filter_type: Textile
  position: 0
  created_on: <%= 10.days.ago.to_s :db %>
  updated_on: <%= 10.days.ago.to_s :db %>

faq:
  id: 2
  parent_id: 1
  full_path: "faq"
  slug: faq
  title: Frequently Asked Questions
  body: |-
    h1. {{ page.title }}
    {% for c in page.children %}
    h2. {{ c.link }}
    
    {{ c.to_html }}
        
    {% endfor %}
  created_on: <%= 10.days.ago.to_s :db %>
  updated_on: <%= 10.days.ago.to_s :db %>
  author: Comatose
  keywords: faq
  filter_type: Textile
  position: 0

question_one:
  id: 3
  parent_id: 2
  full_path: "faq/question-one"
  slug: question-one
  title: Question One?
  body: |-
    Content for *question one*.
  created_on: <%= 10.days.ago.to_s :db %>
  updated_on: <%= 10.days.ago.to_s :db %>
  author: Comatose
  keywords: faq
  filter_type: Textile
  position: 0

question_two:
  id: 4
  parent_id: 2
  full_path: "faq/question-two"
  slug: question-two
  title: Question Two?
  body: |-
    Content for *question two*.
  created_on: <%= 10.days.ago.to_s :db %>
  updated_on: <%= 10.days.ago.to_s :db %>
  author: Comatose
  keywords: faq
  filter_type: Textile
  position: 1

param_driven:
  id: 5
  parent_id: 1
  full_path: "params"
  slug: params
  title: Params
  body: |-
    I'm {{ extra }}
  created_on: <%= 10.days.ago.to_s :db %>
  updated_on: <%= 10.days.ago.to_s :db %>
  author: Comatose
  keywords: 
  filter_type: Textile
  position: 0

Version data entries

18 entries across 18 versions & 6 rubygems

Version Path
aslakjo-aslakjo-comatose-2.0.5.1 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.2 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.3 test/fixtures/comatose_pages.yml
darthapo-comatose-2.0.3 test/fixtures/comatose_pages.yml
darthapo-comatose-2.0.4 test/fixtures/comatose_pages.yml
darthapo-comatose-2.0.5 test/fixtures/comatose_pages.yml
darthapo-comatose-2.0 test/fixtures/comatose_pages.yml
jcnetdev-comatose-2.0.1 test/fixtures/comatose_pages.yml
staugaard-comatose-2.0.2 test/fixtures/comatose_pages.yml
staugaard-comatose-2.0.3 test/fixtures/comatose_pages.yml
comatose-2.0.5 test/fixtures/comatose_pages.yml
comatose-2.0.1 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.12 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.11 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.10 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.9 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.8 test/fixtures/comatose_pages.yml
aslakjo-comatose-2.0.5.7 test/fixtures/comatose_pages.yml