Sha256: ce5dbf9c38d842154e79f9e877615dfb2cba62af7e4adce4e807989534ba9fea

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

defaults: &defaults
  to_label_methods: [name, title]
  image_mime_types: [image/jpg, image/jpeg, image/png, image/gif]
  help:
    title: false
  export:
    default_col_sep: ';'
    default_encoding_to: 'UTF-8'
  export_template:
    model_name: "ExportTemplate"
  filters:
    model_name: null  # for enabling saved filter set to 'Filter' model for instance
  bulk_edit:
    field_action_select:
      - add
      - delete
      - assign
  import:
    default_col_sep: ','
    default_encoding_from: 'UTF-8'
    guess_encoding_from: ['utf-8', 'windows-1250']
    mime_types: [text/csv, text/plain, application/xml]
    model_name: Import
    default_action: :import
    association_name: :imports # null to disable
    association_name_join_table: :imports_importables
    state_types:
    - - Čeká na konfiguraci
      - not_configured
    - - Čeká na spuštění
      - not_started
    - - Zpracovává se
      - processing
    - - Dokončeno
      - finished

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
basepack-1.0.1 config/basepack-settings.yml
basepack-1.0.0 config/basepack-settings.yml
basepack-1.0.0.pre.0 config/basepack-settings.yml
basepack-0.2.0 config/basepack-settings.yml