Sha256: f7aea5f50e56990336ab15ae4c43bbcc4d59636a8fa8bd488660e5932fed8a3f

Contents?: true

Size: 1.37 KB

Versions: 16

Compression:

Stored size: 1.37 KB

Contents

Asset:
  fields:
    default: caption
  application: Site

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

Comment:
  fields:
    list: email, post, post_id, spam
    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
    form: title, body
  actions:
    index: rebuild_all
    edit: rebuild
  application: Site
  options:
    form_rows: 25

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

Picture:
  fields:
    default: title, picture
    list: title, created_at
  search: title
  application: Blog

CustomUser:
  fields:
    list: first_name, last_name, email

View:
  fields:
    default: ip, post

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
typus-3.0.2 test/fixtures/config/working/application.yml
typus-3.0.1 test/fixtures/config/working/application.yml
typus-3.0.0 test/fixtures/config/working/application.yml
typus-1.0.0.pre13 test/fixtures/config/working/application.yml
typus-1.0.0.pre12 test/fixtures/config/working/application.yml
typus-1.0.0.pre11 test/fixtures/config/working/application.yml
typus-1.0.0.pre10 test/fixtures/config/working/application.yml
typus-1.0.0.pre9 test/fixtures/config/working/application.yml
typus-1.0.0.pre8 test/fixtures/config/working/application.yml
typus-1.0.0.pre7 test/fixtures/config/working/application.yml
typus-1.0.0.pre6 test/fixtures/config/working/application.yml
typus-1.0.0.pre5 test/fixtures/config/working/application.yml
typus-1.0.0.pre4 test/fixtures/config/working/application.yml
typus-1.0.0.pre3 test/fixtures/config/working/application.yml
typus-1.0.0.pre2 test/fixtures/config/working/application.yml
typus-1.0.0.pre test/fixtures/config/working/application.yml