Sha256: 0061f68d2e7c6ea3d2aa03aaed5811887909a422d2d4277e524c28de7a5ed79e

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

###
## Typus Configuration File
##
#
# Post:
#   fields:
#     list: id, title, category_id, created_at, is_published?
#     form: title, body, is_published?, created_at
#     show: title, category, is_published?
#     relationship: title, status
#     options:
#       auto_generated:
#       booleans:
#         is_published: ["Yes, it is", "No, it isn't"]
#       date_formats:
#         created_at: post_long
#       selectors:
#       read_only:
#   actions:
#     index: cleanup
#     edit: send_as_newsletter
#     show: rebuild
#   export: csv, xml, pdf
#   order_by: created_at
#   relationships:
#   filters: is_published?, created_at, category_id
#   search: title, body
#   application: Application
#   description: Some text to describe the model
#   options:
#     default_action_on_item: show
#     end_year: 2015
#     form_rows: 25
#     icon_on_boolean: true
#     index_after_save: false
#     minute_step: 15
#     nil: 'nil'
#     only_user_items: true
#     per_page: 5
#     sidebar_selector: 5
#     start_year: 1990
#     toggle: true
#
###

<%= configuration[:base] %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fesplugas-typus-0.9.8 generators/typus/templates/config/typus/application.yml
fesplugas-typus-0.9.9 generators/typus/templates/config/typus/application.yml