Sha256: bd5a04adc79c05a13f4e62a93274026af4e8f901864ed95c8eb83cc1c2afc7a5

Contents?: true

Size: 1.38 KB

Versions: 21

Compression:

Stored size: 1.38 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
    on_header: true

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

21 entries across 21 versions & 2 rubygems

Version Path
fesplugas-typus-0.9.10 test/config/working/application.yml
fesplugas-typus-0.9.11 test/config/working/application.yml
fesplugas-typus-0.9.12 test/config/working/application.yml
fesplugas-typus-0.9.13 test/config/working/application.yml
fesplugas-typus-0.9.14 test/config/working/application.yml
fesplugas-typus-0.9.15 test/config/working/application.yml
fesplugas-typus-0.9.16 test/config/working/application.yml
fesplugas-typus-0.9.17 test/config/working/application.yml
typus-0.9.29 test/config/working/application.yml
typus-0.9.28 test/config/working/application.yml
typus-0.9.27 test/config/working/application.yml
typus-0.9.26 test/config/working/application.yml
typus-0.9.25 test/config/working/application.yml
typus-0.9.24 test/config/working/application.yml
typus-0.9.23 test/config/working/application.yml
typus-0.9.22 test/config/working/application.yml
typus-0.9.21 test/config/working/application.yml
typus-0.9.20 test/config/working/application.yml
typus-0.9.19 test/config/working/application.yml
typus-0.9.18 test/config/working/application.yml