added watermark settings tab on the branding page and added more package details to the billing page, added a new guest notifications page
This commit is contained in:
@@ -12,9 +12,11 @@ return [
|
||||
*/
|
||||
'base' => [
|
||||
'asset' => 'branding/fotospiel-watermark.png',
|
||||
'position' => 'bottom-right', // top-left, top-right, bottom-left, bottom-right, center
|
||||
'position' => 'bottom-right', // top-left, top-center, top-right, middle-left, center, middle-right, bottom-left, bottom-center, bottom-right
|
||||
'opacity' => 0.25, // 0..1
|
||||
'scale' => 0.2, // relative zur Bildbreite/-höhe
|
||||
'padding' => 16, // px vom Rand
|
||||
'offset_x' => 0, // px Feintuning auf der X-Achse
|
||||
'offset_y' => 0, // px Feintuning auf der Y-Achse
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user