Sha256: 824f9f39afecbc38ae16b265599412126450e8a6ea824694daf622037f441055

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

model: Page
table:
  title: Site Pages
  scope: all
  columns:
    title:
      heading: Title
    template_name:
      heading: Template
    path_preview:
      heading: URL Path
  buttons:
    new: New Page
export:
  button: Export Pages
  columns:
    title:
      label: Title
form:
  buttons:
    delete: Delete Page
  new: &new
    title: New Page
    fields:
      title:
        type: string
      template_name:
        type: select
        options: Cambium::PageTemplate.names
      parent_id:
        type: select
        options: Cambium::Page.alpha
        label: Parent Page
      description:
        type: string
      html:
        type: wysiwyg
        label: Body
      publishable:
        type: heading
        label: Publish Dates
      active_at:
        type: datetime
        label: Publish At
      inactive_at:
        type: datetime
        label: Unpublish At
      home:
        type: heading
        label: Home Page
      is_home:
        type: boolean
        label: Set As Home Page
  edit:
    <<: *new
    title: Edit Page

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cambium-1.3.2 lib/generators/templates/config/admin/pages.yml
cambium-1.3.1 lib/generators/templates/config/admin/pages.yml
cambium-1.3.0 lib/generators/templates/config/admin/pages.yml