Skip to content

Commit

Permalink
feat(Documents): Added image crop alignment for processable documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Oct 12, 2023
1 parent 570d58f commit b2fc2e4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/Models/AdvancedDocumentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@

namespace RZ\Roadiz\Documents\Models;

interface AdvancedDocumentInterface extends DocumentInterface, SizeableInterface
interface AdvancedDocumentInterface extends DocumentInterface, SizeableInterface, DisplayableInterface
{
/**
* @return string|null
*/
public function getImageAverageColor(): ?string;

/**
* @param string|null $imageAverageColor
* @return $this
*/
public function setImageAverageColor(?string $imageAverageColor): static;

/**
* @return int|null
*/
Expand Down

0 comments on commit b2fc2e4

Please sign in to comment.