parent
8be0f520c3
commit
a7580311fd
1 changed files with 30 additions and 0 deletions
@ -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…
Reference in new issue