Sha256: aadb3251128247022a9dd9fa17ffeff1dec063bfe6d764e14c694d34ab0eaab5

Contents?: true

Size: 525 Bytes

Versions: 20

Compression:

Stored size: 525 Bytes

Contents

name: Songs
label_field_name: title
order_by: _position
slug: songs
fields:
- title:
    type: string
    required: true
    hint: Title of your song
- band:
    label: Band
    type: belongs_to
    target: bands
- cover:
    label: Cover
    type: file
    required: false
    # localized: true # required when pushing the site with Wagon
- short_description:
    type: text
    text_formatting: html
- audio_url:
    type: string
    hint: Url to a service like Blip for instance
- duration:
    hint: "format like: mm:ss"

Version data entries

20 entries across 20 versions & 1 rubygems

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