pull hsl
This commit is contained in:
parent
a1a759a88f
commit
ca28dd6956
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ class Command(BaseCommand):
|
||||||
},
|
},
|
||||||
'keys': [
|
'keys': [
|
||||||
'id', 'title', 'director', 'summary', 'source', 'sourcedescription', 'date', 'location',
|
'id', 'title', 'director', 'summary', 'source', 'sourcedescription', 'date', 'location',
|
||||||
'duration', 'featuring', 'cinematographer'
|
'duration', 'featuring', 'cinematographer',
|
||||||
|
'hue', 'saturation', 'lightness',
|
||||||
],
|
],
|
||||||
'range': [0, 1000]
|
'range': [0, 1000]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue