OBJECT

ThemeAssetValidationRules

Validation rules for theme asset uploads

link GraphQL Schema definition

  • type ThemeAssetValidationRules {
  • # Maximum file size in bytes
  • maxFileSize: Int!
  • # Maximum file size in human-readable format
  • maxFileSizeFormatted: String!
  • # List of allowed file extensions
  • allowedExtensions: [String]!
  • # Information about allowed asset types
  • allowedTypes: [ThemeAssetTypeInfo]!
  • }

link Require by