Export the new track attributes as requested by @krokodilerian
This commit is contained in:
parent
b8b24b918c
commit
96eeb075a2
@ -1,6 +1,9 @@
|
|||||||
@tracks.each do |track|
|
@tracks.each do |track|
|
||||||
json.set! track.id do
|
json.set! track.id do
|
||||||
json.color track.color
|
json.color track.color
|
||||||
|
json.foreground_color track.foreground_color
|
||||||
|
json.css_class track.css_class
|
||||||
|
json.css_style track.css_style
|
||||||
json.name do
|
json.name do
|
||||||
track.translations.each do |translation|
|
track.translations.each do |translation|
|
||||||
json.set! translation.locale, translation.name
|
json.set! translation.locale, translation.name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user