Sha256: 4cc717999c93c2d00303e6030b96d164226fc3a985354846dd8c17f48656a1ac

Contents?: true

Size: 1.36 KB

Versions: 10

Compression:

Stored size: 1.36 KB

Contents

Asset:
  fields:
    list: caption
    form: caption
  application: Site
  options:

Category:
  fields:
    list: name, position
    form: name, permalink, position
  order_by: position
  module: Post

Comment:
  fields:
    list: email, post, post_id
    form: email, post
    csv: email, post_id
  export: csv
  filters: post
  search: email, body
  application: Blog

Page:
  fields:
    # Body field is overwrited from a Page class method.
    list: title, is_published?
    form: title, body, is_published?
    options:
      booleans:
        is_published: ["Yes, it is", "No, it isn't"]
  actions:
    index: rebuild_all
    edit: rebuild
  application: Site
  filters: is_published?
  options:
    form_rows: 25

Post:
  fields:
    list: title, created_at, status
    form: title, body, created_at, status, published_at
    relationship: title, created_at
    options:
      selectors: status
      read_only: permalink
      auto_generated: created_at
      date_formats:
        created_at: post_short
      templates:
        published_at: datepicker
  relationships: assets, categories
  actions:
    index: cleanup
    edit: send_as_newsletter, preview
  filters: status, created_at, user, user_id
  search: title
  order_by: title, -created_at
  application: Blog

CustomUser:
  fields:
    list: first_name, last_name, email
    csv: first_name, last_name, email
  export: csv

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fesplugas-typus-0.9.0 test/config/working/application.yml
fesplugas-typus-0.9.1 test/config/working/application.yml
fesplugas-typus-0.9.2 test/config/working/application.yml
fesplugas-typus-0.9.3 test/config/working/application.yml
fesplugas-typus-0.9.4 test/config/working/application.yml
fesplugas-typus-0.9.5 test/config/working/application.yml
fesplugas-typus-0.9.6 test/config/working/application.yml
fesplugas-typus-0.9.7 test/config/working/application.yml
fesplugas-typus-0.9.8 test/config/working/application.yml
fesplugas-typus-0.9.9 test/config/working/application.yml