Sha256: 51121dbff82bce85c0e5626cd7368126336520c8ecd9c9e446f2808e41aff37e

Contents?: true

Size: 420 Bytes

Versions: 54

Compression:

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

54 entries across 54 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.8.0.alpha1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.7.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.7.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.6.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.6.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.6.0.rc1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.6.0.beta1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.3 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.0.rc1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.0.rc0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.0.beta3 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.0.beta2 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.5.0.beta1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.4.1 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.4.0 spec/fixtures/default/app/content_types/bands.yml
locomotivecms_steam-1.4.0.rc2 spec/fixtures/default/app/content_types/bands.yml