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