website/docs/segments/cloud/sitecore.mdx
import Config from "@site/src/components/Config.js";
Display current Sitecore environment. Will not be active when sitecore.json and user.json don't exist.
<Config data={{ type: "sitecore", style: "plain", foreground: "#000000", background: "#FFFFFF", template: "Env: {{ .EndpointName }}{{ if .CmHost }} CM: {{ .CmHost }}{{ end }}", }} />
| Name | Type | Default | Description |
|---|---|---|---|
display_default | boolean | true | display the segment or not when the Sitecore environment name matches default |
:::note default template
{{ .EndpointName }} {{ if .CmHost }}({{ .CmHost }}){{ end }}
:::
| Name | Type | Description |
|---|---|---|
EndpointName | string | name of the current Sitecore environment |
CmHost | string | host of the current Sitecore environment |