Sha256: 284764d0d4197895302a31c013b1b57b60d894a938bd53435a80b9e60c005f2b

Contents?: true

Size: 1.67 KB

Versions: 6

Compression:

Stored size: 1.67 KB

Contents

Asset:
  fields:
    default: caption, dragonfly, dragonfly_required
    special: caption, dragonfly, dragonfly_required
    form: caption, dragonfly, dragonfly_required, paperclip, paperclip_required
    new: dragonfly, dragonfly_required, paperclip, paperclip_required
  application: CRUD Extended

Category:
  fields:
    default: name, position
    form: name, permalink, position
  order_by: position
  application: CRUD Extended

Comment:
  fields:
    list: email, post, post_id, spam, post.title
    form: name, email, body, post
    csv: email, post_id
    relationship: name, email, spam
    options:
      booleans:
        spam: ["Yes, it's spam", "No, it's not spam"]
  filters: post
  search: email, body, posts.title
  application: CRUD Extended

Page:
  fields:
    list: title, parent_id
    form: title, body, parent_id
  actions:
    index: rebuild_all
    edit: rebuild
  options:
    form_rows: 25
    sortable: false
  application: CRUD Extended

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typus-3.1.0.rc6 test/fixtures/rails_app/config/typus/crud_extended.yml
typus-3.1.0.rc5 test/fixtures/rails_app/config/typus/crud_extended.yml
typus-3.1.0.rc4 test/fixtures/rails_app/config/typus/crud_extended.yml
typus-3.1.0.rc3 test/fixtures/rails_app/config/typus/crud_extended.yml
typus-3.1.0.rc2 test/fixtures/rails_app/config/typus/crud_extended.yml
typus-3.1.0.rc1 test/fixtures/rails_app/config/typus/crud_extended.yml