ENUM

ThemeEngine

Possible theme engine for Site

link GraphQL Schema definition

  • enum ThemeEngine {
  • # Legacy Weymouth theme engine
  • WEYMOUTH
  • # Plymouth theme engine
  • PLYMOUTH
  • # Deprecated Original theme engine (only deleted sites have this legacy theme
  • # engine).
  • ORIGINAL@deprecated( reason: "Use Weymouth or Plymouth instead." )
  • }

link Require by