fixtures watermark

remotes/origin/mitri4
Dmitriy Shesterkin 9 years ago
parent 8be0f520c3
commit a7580311fd
  1. 30
      watermarker/fixtures/data.json

@ -0,0 +1,30 @@
[
{
"model": "watermarker.watermark",
"pk": 1,
"fields": {
"title": "medium-photo",
"mark": "watermarks/logo-all-small.png",
"opacity": 0.5,
"position": "br",
"x": 10,
"y": 10,
"is_active": true,
"update_hard": true
}
},
{
"model": "watermarker.watermark",
"pk": 2,
"fields": {
"title": "big-photo",
"mark": "watermarks/logo-small-45.png",
"opacity": 0.1,
"position": "tile",
"x": 0,
"y": 0,
"is_active": true,
"update_hard": true
}
}
]
Loading…
Cancel
Save