Sha256: 7ba55d93a87789f543471dcef31f32a248a536607ca17564bd42d4f4794efc1e

Contents?: true

Size: 389 Bytes

Versions: 14

Compression:

Stored size: 389 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

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
locomotivecms_steam-0.1.2.pre.beta spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-0.1.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-0.1.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.4.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.3.3 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.3.2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.3.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.3.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.2.2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.2.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.2.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.1.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.0.2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_wagon-1.0.1 spec/fixtures/default/app/content_types/bands.yml