Logo

Logo component - Abyssale REST API

Logo is a simplified version of the image component. There is no fitting, mask, filter & overlay properties.

Available properties:

PropertyDescription

image_url

String: HTTP(s) URL of your image. i.e: https://www.abyssale.com/imge/abyssale_logo.png It must be a public accessible link and be 10 mo maximum. Supported files: jpeg, png, svg, webp, gif.

image_encoded

String: Base64 encoded image as value.

i.e.: /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQE...

If the image_url is given, this property will be ignored.

alignment

shadow_color shadow_blur shadow_offset_x shadow_offset_y

Example

"image_url": "https://local-banners.s3-eu-west-1.amazonaws.com/templates/e0d292f2-ec21-11e9-a539-3c408bf94155/db3601c4-343a-4744-86cd-516d450b731b/assets/af3cb08b-9b56-41f1-a44e-bc837acacca7.svg", "alignment": "top left"

Last updated