From b2fc2e49b348666f120ff013419fc9dc5000946d Mon Sep 17 00:00:00 2001 From: roadiz-ci Date: Thu, 12 Oct 2023 15:49:56 +0000 Subject: [PATCH] feat(Documents): Added image crop alignment for processable documents. --- src/Models/AdvancedDocumentInterface.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/Models/AdvancedDocumentInterface.php b/src/Models/AdvancedDocumentInterface.php index 6755df5..f86ca2b 100644 --- a/src/Models/AdvancedDocumentInterface.php +++ b/src/Models/AdvancedDocumentInterface.php @@ -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 */