Files
server/opt/psa/admin/cp/queries/SiteCardFragment.graphql
2026-01-07 20:52:11 +01:00

47 lines
833 B
GraphQL

fragment SiteCardFragment on Site {
id
siteUrl
card {
id
screenshotUrl
previewUrl
showGetStartedByDefault
customTabs {
id
title
content
order
default
}
customTitle
customSidebar {
id
content
}
buttons {
id
icon
href
handler
target
title
label
description
comment
additionalComments
intent
noEscape
noEscapeTitle
section
order
tooltip
}
services {
name
enabled
hasWarning
description
}
}
}