Sha256: 45f415ccc464279c6b1ec3860c5108af90d7851e5af84b6adb37aa1c2ef3e099

Contents?: true

Size: 1.88 KB

Versions: 9

Compression:

Stored size: 1.88 KB

Contents

default:
  site: default
  parent:
  target_page:
  layout: default
  label: Default Page
  slug:
  full_path: '/'
  children_count: 1
  position: 0
  is_published: true
  content_cache: |-

    layout_content_a
    default_page_text_content_a
    default_snippet_content
    default_page_text_content_b
    layout_content_b
    default_snippet_content
    layout_content_c
  
child:
  site: default
  parent: default
  target_page:
  layout: default
  label: Child Page
  slug: 'child-page'
  full_path: '/child-page'
  children_count: 0
  position: 0
  is_published: true
  content_cache: |-
    
    layout_content_a
    
    layout_content_b
    default_snippet_content
    layout_content_c

drafted:
  site: default
  parent:
  target_page:
  layout: default
  label: Drafted Page
  slug: 'drafted'
  full_path: '/'
  children_count: 1
  position: 0
  is_published: false
  content_cache: |-

    layout_content_a
    default_page_text_content_a
    default_snippet_content
    default_page_text_content_b
    layout_content_b
    default_snippet_content
    layout_content_c
  aasm_state: drafted

reviewed:
  site: default
  parent:
  target_page:
  layout: default
  label: Reviewed Page
  slug: 'reviewed'
  full_path: '/'
  children_count: 0
  position: 0
  is_published: false
  content_cache: |-

    layout_content_a
    default_page_text_content_a
    default_snippet_content
    default_page_text_content_b
    layout_content_b
    default_snippet_content
    layout_content_c
  aasm_state: reviewed

published:
  site: default
  parent:
  target_page:
  layout: default
  label: Published Page
  slug: 'published'
  full_path: '/'
  children_count: 0
  position: 0
  is_published: true
  content_cache: |-

    layout_content_a
    default_page_text_content_a
    default_snippet_content
    default_page_text_content_b
    layout_content_b
    default_snippet_content
    layout_content_c
  aasm_state: published

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cms-fortress-1.3.5 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.4 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.3 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.2 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.1 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.0 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.0.rc3 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.0.rc2 test/fixtures/comfy/cms/pages.yml
cms-fortress-1.3.0.rc1 test/fixtures/comfy/cms/pages.yml