Sitecore
Onofficiรซle Beta-vertaling
Deze pagina is vertaald door PageTurner AI (beta). Niet officieel goedgekeurd door het project. Een fout gevonden? Probleem melden โ
Watโ
Toont de huidige Sitecore-omgeving. Wordt niet actief wanneer sitecore.json en user.json niet bestaan.
Voorbeeldconfiguratieโ
- json
- yaml
- toml
{
"type": "sitecore",
"style": "plain",
"foreground": "#000000",
"background": "#FFFFFF",
"template": "Env: {{ .EndpointName }}{{ if .CmHost }} CM: {{ .CmHost }}{{ end }}"
}
type: sitecore
style: plain
foreground: "#000000"
background: "#FFFFFF"
template: "Env: {{ .EndpointName }}{{ if .CmHost }} CM: {{ .CmHost }}{{ end }}"
type = "sitecore"
style = "plain"
foreground = "#000000"
background = "#FFFFFF"
template = "Env: {{ .EndpointName }}{{ if .CmHost }} CM: {{ .CmHost }}{{ end }}"
Optiesโ
| Name | Type | Default | Description |
|---|---|---|---|
display_default | boolean | true | display the segment or not when the Sitecore environment name matches default |
Template (informatie)โ
standaard template
{{ .EndpointName }} {{ if .CmHost }}({{ .CmHost }}){{ end }}
Eigenschappenโ
| Name | Type | Description |
|---|---|---|
EndpointName | string | name of the current Sitecore environment |
CmHost | string | host of the current Sitecore environment |