hide backdrop option and smooth scroll down

This commit is contained in:
Julian Krauser 2025-01-17 11:34:36 +01:00
parent ee5846aa60
commit 2189a3d33b
3 changed files with 13 additions and 2 deletions

View file

@ -9,5 +9,6 @@ export default interface Homepage {
publishedAt: string;
locale: string;
backdrop: BaseImage;
hide_backdrop: boolean;
content: Array<ComponentTypes>;
}