OBJECT
ThemeAssetValidationRules
Validation rules for theme asset uploads
link GraphQL Schema definition
- type ThemeAssetValidationRules {
- # Maximum file size in bytes
- : Int!
- # Maximum file size in human-readable format
- : String!
- # List of allowed file extensions
- : [String]!
- # Information about allowed asset types
- : [ThemeAssetTypeInfo]!
- }