Sha256: 795a9bc0580271b0770a8bf2e5b81e059650ec0251290a656d0282e731a9721f

Contents?: true

Size: 1.91 KB

Versions: 15

Compression:

Stored size: 1.91 KB

Contents

# this page links to the inquiries plugin through a custom link_url
contact_us:
  title: Contact
  position: 4
  show_in_menu: true
  link_url: /contact
  menu_match: ^/(inquiries|contact).*$
  deletable: true

# A child page that is hidden
thank_you:
  title: Thank You
  position: 5
  show_in_menu: false
  menu_match: ^/(inquiries|contact)/thank_you$
  deletable: true
  parent: contact_us

# this page is a draft
draft_page:
  title: Secret Product
  position: 3
  show_in_menu: true
  deletable: true
  draft: true

# page inside draft_page
draft_page_child:
  title: Secret information about secret product
  position: 0
  show_in_menu: true
  deletable: true
  draft: false # hopefully will actually be hidden from the menu becaues of it's parent
  parent: draft_page # this is a child page.

# this page has a few "SEO" bits that change the page around
services:
  title: Services
  position: 2
  show_in_menu: true
  deletable: true
  draft: false
  browser_title: "Programming, Ruby, Rails"
  custom_title_type: text
  custom_title: Programming Services

# this page links to an external URL
resolve_digital_page:
  title: "Resolve Digital Ltd"
  position: 6
  link_url: "http://www.resolvedigital.co.nz"

# this page is the home page
home_page:
  title: Home Page
  position: 0
  show_in_menu: true
  deletable: false
  link_url: /

# this is a products page that has 3 children, 1 that is hidden from the menu
products:
  title: Products
  position: 1
  show_in_menu: true
  deletable: true

blue_jelly:
  title: Blue Jelly
  position: 0
  show_in_menu: true
  deletable: true
  parent: products

green_jelly:
  title: Green Jelly
  position: 1
  show_in_menu: true
  deletable: true
  parent: products

rainbow_jelly:
  title: Rainbow Jelly
  position: 2
  show_in_menu: true
  deletable: true
  parent: products

# this page is the generic 404 page
page_not_found:
  title: Page Not Found
  position: 0
  show_in_menu: false
  deletable: false

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
refinerycms-0.9.7.15 test/fixtures/pages.yml
refinerycms-0.9.7.14 test/fixtures/pages.yml
refinerycms-0.9.7.13 test/fixtures/pages.yml
refinerycms-0.9.7.11 test/fixtures/pages.yml
refinerycms-0.9.7.10 test/fixtures/pages.yml
refinerycms-0.9.7.9 test/fixtures/pages.yml
refinerycms-0.9.7.8 test/fixtures/pages.yml
refinerycms-0.9.7.7 test/fixtures/pages.yml
refinerycms-0.9.7.6 test/fixtures/pages.yml
refinerycms-0.9.7.5 test/fixtures/pages.yml
refinerycms-0.9.7.4 test/fixtures/pages.yml
refinerycms-0.9.7.3 test/fixtures/pages.yml
refinerycms-0.9.7.2 test/fixtures/pages.yml
refinerycms-0.9.7.1 test/fixtures/pages.yml
refinerycms-0.9.7 test/fixtures/pages.yml