Sha256: 200f2469445b433e1c520b96d3d4343ddd8f0dcfc1d7f66ffda114d67805ab96

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 KB

Contents

Asset:
  fields:
    default: caption, dragonfly, dragonfly_required
    special: caption, dragonfly, dragonfly_required, original_file_name
  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
    form: title, body
  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

2 entries across 2 versions & 1 rubygems

Version Path
typus-3.0.8 test/fixtures/rails_app/config/typus/crud_extended.yml
typus-3.0.7 test/fixtures/rails_app/config/typus/crud_extended.yml