hide backdrop option and smooth scroll down
This commit is contained in:
parent
ee5846aa60
commit
2189a3d33b
3 changed files with 13 additions and 2 deletions
|
@ -9,5 +9,6 @@ export default interface Homepage {
|
|||
publishedAt: string;
|
||||
locale: string;
|
||||
backdrop: BaseImage;
|
||||
hide_backdrop: boolean;
|
||||
content: Array<ComponentTypes>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue