Sha256: e17d1f9848d04311062f065fce5b0bcc1c88960dac7ff823d39bddac046d726e

Contents?: true

Size: 419 Bytes

Versions: 45

Compression:

Stored size: 419 Bytes

Contents

name: Bands
description: List of bands
slug: bands
order_by: name
fields:
- name:
    hint: Name of the band
- leader:
    type: string
    label: Fullname of the leader
- kind:
    type: select
    label: "Music kind (grunge, rock, pop, country)"
    select_options: ['grunge', 'rock', 'country']
- songs:
    type: has_many
    class_name: songs
    inverse_of: band
    ui_enabled: true
- featured:
    type: boolean

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
locomotivecms_wagon-3.0.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-3.0.0.rc0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-3.0.0.beta2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.4.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.4.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.4.0.rc2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.4.0.rc1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.3.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.3.0.rc1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.2.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.2.0.rc3 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.2.0.rc2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.2.0.rc1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.2.0.beta1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.1.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.1.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.1.0.rc5 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.1.0.rc4 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.1.0.rc3 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-2.0.1 spec/fixtures/default/app/content_types/bands.yml