Expose maximum picture sizes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-12 10:13:11 +02:00
parent fb614cf877
commit 0210b677c5
7 changed files with 39 additions and 4 deletions

View File

@@ -75,6 +75,11 @@ export const CONFIG = gql`
label
}
}
uploadLimits {
default
avatar
banner
}
}
}
`;