Theme Objects
Environment Variable
Explore the Environment variable available in Aikeedo themes for determining the current execution environment.
The environment
variable is used to determine the current execution environment in Aikeedo themes. This is important for making environment-specific decisions in your theme logic.
Availability
The environment
variable is available globally throughout the theme.
environment
string
requiredThe current environment value. This is the same as the ENVIRONMENT
value set in the /.env
file.