Einen Überblick über die Konstanten aus dem Backend Modul kannst du dort einsehen (s.Screenshot).

Und einen Überblick über die Konstanten aus den Site Settings hast du hier.

Beispiel für Constants auf RootPage:

# full height section
[traverse(page, "uid") == 192]
	bootstrap.config.jumbotronEnable = 1
	bootstrap.config.navbarHeight = 0
[END]

# one page layout
[traverse(page, "uid") == 11]
	bootstrap.config.navbarSectionmenu = 1
	bootstrap.config.breadcrumbEnable = 0
	#bootstrap.config.jumbotronEnable = 0
	bootstrap.config.stickyFooterExtraPadding = 0
	bootstrap.config.navbarAlignment = fill
	bootstrap.config.jumbotronClass = bg-warning rounded-0 pb-4
	bootstrap.config.sectionmenuAnchorOffset = 0
	bootstrap.config.sectionmenuScrollspyThreshold = 0.1, 0.5, 1
	bootstrap.config.sectionmenuScrollspyRootMargin = 0px 0px -25%
[END]

# slider
[traverse(page, "uid") == 27]
	bootstrap.config.jumbotronBgimageratio = 37:9
	bootstrap.config.jumbotronCarouselInterval = 5000
	bootstrap.config.jumbotronCarouselPause = 1
[END]

# offcanvas
[traverse(page, "uid") == 151]
	bootstrap.config.navbarOffcanvas = 1
	bootstrap.config.navbarBreakpoint = no
	bootstrap.config.navbarToggler = right
[END]

# mega menu
[traverse(page, "uid") == 7]
	bootstrap.config.navbarMegamenu = 1
	bootstrap.config.navbarExcludeuiduist = 12,210
[END]

# section menu
[traverse(page, "uid") == 90]
	bootstrap.config.sectionmenuAnchorOffset = 60
	bootstrap.config.sectionmenuScrollspyThreshold = 0.1, 0.5, 1
	bootstrap.config.sectionmenuScrollspyRootMargin = 0px 0px -75%
	bootstrap.config.sectionmenuScrollspy = 1
	bootstrap.config.sectionmenuStickyTop = 0
[END]

# cards
[traverse(page, "uid") == 26]
	bootstrap.config.sectionmenuAnchorOffset = 60
	bootstrap.config.sectionmenuScrollspyThreshold = 0.1, 0.5, 1
	bootstrap.config.sectionmenuScrollspyRootMargin = 0px 0px -75%
	bootstrap.config.sectionmenuScrollspy = 1
	bootstrap.config.sectionmenuStickyTop = 0
[END]

# background image
[traverse(page, "uid") == 108]
	bootstrap.config.backgroundImageEnable = 1
	bootstrap.config.jumbotronBgimage = none
[END]