Sha256: 4fe8924be872bdba282cd66e05a9ce1f2ddc8e2092b8efa32cdde4c2b0c8b5b8

Contents?: true

Size: 1.49 KB

Versions: 57

Compression:

Stored size: 1.49 KB

Contents

Page:
  fields:
    # Body field is overwrited from a Page class method.
    list: title, body, status
    form: title, body, status
  relationships:
    has_many: assets
  application: Site

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

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

Post:
  fields:
    list: title, created_at, status
    form: title, body, created_at, status
    relationship: title, created_at
    options:
      selectors: status
      read_only: permalink
      auto_generated: created_at
      date_formats:
        created_at: post_short
  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

User:
  fields:
    list: first_name, last_name, email

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

TypusUser:
  fields:
    list: first_name, last_name, email, role, status
    form: first_name, last_name, email, role, password, password_confirmation
    relationship: first_name, last_name, role, email, status
    options:
      selectors: role
      booleans:
        status: active, inactive
  filters: status, role, unexisting
  search: first_name, last_name, email, role
  module: Typus
  description: System Users Administration
  application: Typus

Version data entries

57 entries across 57 versions & 2 rubygems

Version Path
fesplugas-typus-0.9.0 test/config/broken/application.yml
fesplugas-typus-0.9.1 test/config/broken/application.yml
fesplugas-typus-0.9.10 test/config/broken/application.yml
fesplugas-typus-0.9.11 test/config/broken/application.yml
fesplugas-typus-0.9.12 test/config/broken/application.yml
fesplugas-typus-0.9.13 test/config/broken/application.yml
fesplugas-typus-0.9.14 test/config/broken/application.yml
fesplugas-typus-0.9.15 test/config/broken/application.yml
fesplugas-typus-0.9.16 test/config/broken/application.yml
fesplugas-typus-0.9.17 test/config/broken/application.yml
fesplugas-typus-0.9.2 test/config/broken/application.yml
fesplugas-typus-0.9.3 test/config/broken/application.yml
fesplugas-typus-0.9.4 test/config/broken/application.yml
fesplugas-typus-0.9.5 test/config/broken/application.yml
fesplugas-typus-0.9.6 test/config/broken/application.yml
fesplugas-typus-0.9.7 test/config/broken/application.yml
fesplugas-typus-0.9.8 test/config/broken/application.yml
fesplugas-typus-0.9.9 test/config/broken/application.yml
typus-3.0.2 test/fixtures/config/broken/application.yml
typus-3.0.1 test/fixtures/config/broken/application.yml