This is my first time posting something here, so I'll be glad if you let me know if this is the proper board to do it or if some other place is more specific for this kind of question.
Currently, we have a Community which has 2 mains Category, completely independent. We are running two different communities (divided by language) on the same platform.
And now I'm trying to personalize the 'Latest post' but using determinate roles for it.
So, the normal LiQL should be something like
SELECT id, subject, view_href, post_time, kudos.sum(weight), author.login, author.id, board.title FROM messages WHERE conversation.style = 'forum' AND depth = 0 ORDER BY post_time DESC LIMIT 10
But as you should guess, this retrieves all the posts from the whole community.
Is there any way to use the current category as a filter? For example, some way that the liql identifies where I'm now and use that category id for the query?
I was thinking to use JS to obtain the current URL and generate variables for the query, but I'm not sure how to proceed.
This is my first time posting something here, so I'll be glad if you let me know if this is the proper board to do it or if some other place is more specific for this kind of question.
Currently, we have a Community which has 2 mains Category, completely independent. We are running two different communities (divided by language) on the same platform.
And now I'm trying to personalize the 'Latest post' but using determinate roles for it.
So, the normal LiQL should be something like
SELECT id, subject, view_href, post_time, kudos.sum(weight), author.login, author.id, board.title FROM messages WHERE conversation.style = 'forum' AND depth = 0 ORDER BY post_time DESC LIMIT 10
But as you should guess, this retrieves all the posts from the whole community.
Is there any way to use the current category as a filter? For example, some way that the liql identifies where I'm now and use that category id for the query?
I was thinking to use JS to obtain the current URL and generate variables for the query, but I'm not sure how to proceed.
Thanks in advance!
Regards,
"},"Conversation:conversation:615611":{"__typename":"Conversation","id":"conversation:615611","solved":true,"topic":{"__ref":"ForumTopicMessage:message:615611"},"lastPostingActivityTime":"2020-11-25T06:11:47.287-08:00","lastPostTime":"2020-11-25T06:11:47.287-08:00","unreadReplyCount":4,"isSubscribed":false},"ModerationData:moderation_data:615611":{"__typename":"ModerationData","id":"moderation_data:615611","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"Revision:revision:615611_1":{"__typename":"Revision","id":"revision:615611_1","lastEditTime":"2020-11-24T08:26:35.604-08:00"},"ForumReplyMessage:message:615710":{"__typename":"ForumReplyMessage","id":"message:615710","conversation":{"__ref":"Conversation:conversation:615611"},"author":{"__ref":"User:user:5358"},"revisionNum":1,"uid":615710,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:studio"},"subject":"Re: Custom Component - Latest post by Role","readOnly":false,"editFrozen":false,"moderationData":{"__ref":"ModerationData:moderation_data:615710"},"parent":{"__ref":"ForumTopicMessage:message:615611"},"body":"
gatomonstruo You can add category.id to your where clause
SELECT id, subject, view_href, post_time, kudos.sum(weight), author.login, author.id, board.title FROM messages WHERE category.id = 'xxx' AND conversation.style = 'forum' AND depth = 0 ORDER BY post_time DESC LIMIT 10
","body@stringLength":"555","rawBody":"
You can add category.id to your where clause
SELECT id, subject, view_href, post_time, kudos.sum(weight), author.login, author.id, board.title FROM messages WHERE category.id = 'xxx' AND conversation.style = 'forum' AND depth = 0 ORDER BY post_time DESC LIMIT 10","kudosSumWeight":1,"repliesCount":1,"postTime":"2020-11-24T16:12:38.719-08:00","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"attachments":{"__typename":"AttachmentConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:615710_1"},"latestVersion":null,"metrics":{"__typename":"MessageMetrics","views":230},"visibilityScope":"PUBLIC","isEscalated":null,"placeholder":false,"originalMessageForPlaceholder":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}},"customFields":[],"replies":{"__typename":"MessageConnection","edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwxMHw2MDoxfGludCw2MTU3MTMsNjE1NzEz","node":{"__ref":"ForumReplyMessage:message:615713"}}],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"CachedAsset:theme:customTheme1-1743798424533":{"__typename":"CachedAsset","id":"theme:customTheme1-1743798424533","value":{"id":"customTheme1","animation":{"fast":"150ms","normal":"250ms","slow":"500ms","slowest":"750ms","function":"cubic-bezier(0.07, 0.91, 0.51, 1)","__typename":"AnimationThemeSettings"},"avatar":{"borderRadius":"50%","collections":["default"],"__typename":"AvatarThemeSettings"},"basics":{"browserIcon":{"imageAssetName":"Atlas_BrowserIcon_Teal.png","imageLastModified":"1737041026595","__typename":"ThemeAsset"},"customerLogo":{"imageAssetName":"KhorosAtlasLogo_Teal.svg","imageLastModified":"1737041026594","__typename":"ThemeAsset"},"maximumWidthOfPageContent":"1400px","oneColumnNarrowWidth":"800px","gridGutterWidthMd":"30px","gridGutterWidthXs":"10px","pageWidthStyle":"WIDTH_OF_BROWSER","__typename":"BasicsThemeSettings"},"buttons":{"borderRadiusSm":"5px","borderRadius":"5px","borderRadiusLg":"5px","paddingY":"5px","paddingYLg":"7px","paddingYHero":"var(--lia-bs-btn-padding-y-lg)","paddingX":"12px","paddingXLg":"16px","paddingXHero":"60px","fontStyle":"NORMAL","fontWeight":"500","textTransform":"NONE","disabledOpacity":0.5,"primaryTextColor":"var(--lia-bs-white)","primaryTextHoverColor":"var(--lia-bs-white)","primaryTextActiveColor":"var(--lia-bs-white)","primaryBgColor":"var(--lia-bs-primary)","primaryBgHoverColor":"hsl(var(--lia-bs-primary-h), var(--lia-bs-primary-s), calc(var(--lia-bs-primary-l) * 0.85))","primaryBgActiveColor":"hsl(var(--lia-bs-primary-h), var(--lia-bs-primary-s), calc(var(--lia-bs-primary-l) * 0.7))","primaryBorder":"1px solid transparent","primaryBorderHover":"1px solid transparent","primaryBorderActive":"1px solid transparent","primaryBorderFocus":"1px solid var(--lia-bs-white)","primaryBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","secondaryTextColor":"var(--lia-bs-body-color)","secondaryTextHoverColor":"hsl(var(--lia-bs-body-color-h), var(--lia-bs-body-color-s), calc(var(--lia-bs-body-color-l) * 0.95))","secondaryTextActiveColor":"hsl(var(--lia-bs-body-color-h), var(--lia-bs-body-color-s), calc(var(--lia-bs-body-color-l) * 0.9))","secondaryBgColor":"#CCE07D","secondaryBgHoverColor":"hsl(72.10000000000002, 61.5%, 65.7%)","secondaryBgActiveColor":"hsl(72.10000000000002, 61.5%, 63%)","secondaryBorder":"1px solid transparent","secondaryBorderHover":"1px solid transparent","secondaryBorderActive":"1px solid transparent","secondaryBorderFocus":"1px solid transparent","secondaryBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","tertiaryTextColor":"var(--lia-bs-body-color)","tertiaryTextHoverColor":"hsl(var(--lia-bs-body-color-h), var(--lia-bs-body-color-s), calc(var(--lia-bs-body-color-l) * 0.95))","tertiaryTextActiveColor":"hsl(var(--lia-bs-body-color-h), var(--lia-bs-body-color-s), calc(var(--lia-bs-body-color-l) * 0.9))","tertiaryBgColor":"transparent","tertiaryBgHoverColor":"transparent","tertiaryBgActiveColor":"hsla(var(--lia-bs-body-bg-h), var(--lia-bs-body-bg-s), var(--lia-bs-body-bg-l), 0.04)","tertiaryBorder":"1px solid transparent","tertiaryBorderHover":"1px solid hsla(var(--lia-bs-body-bg-h), var(--lia-bs-body-bg-s), var(--lia-bs-body-bg-l), 0.08)","tertiaryBorderActive":"1px solid transparent","tertiaryBorderFocus":"1px solid transparent","tertiaryBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","destructiveTextColor":"var(--lia-bs-danger)","destructiveTextHoverColor":"hsl(var(--lia-bs-danger-h), var(--lia-bs-danger-s), calc(var(--lia-bs-danger-l) * 0.95))","destructiveTextActiveColor":"hsl(var(--lia-bs-danger-h), var(--lia-bs-danger-s), calc(var(--lia-bs-danger-l) * 0.9))","destructiveBgColor":"var(--lia-bs-gray-200)","destructiveBgHoverColor":"hsl(var(--lia-bs-gray-200-h), var(--lia-bs-gray-200-s), calc(var(--lia-bs-gray-200-l) * 0.96))","destructiveBgActiveColor":"hsl(var(--lia-bs-gray-200-h), var(--lia-bs-gray-200-s), calc(var(--lia-bs-gray-200-l) * 0.92))","destructiveBorder":"1px solid transparent","destructiveBorderHover":"1px solid transparent","destructiveBorderActive":"1px solid transparent","destructiveBorderFocus":"1px solid transparent","destructiveBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","__typename":"ButtonsThemeSettings"},"border":{"color":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.08)","mainContent":"DARK","sideContent":"DARK","radiusSm":"3px","radius":"5px","radiusLg":"9px","radius50":"100vw","__typename":"BorderThemeSettings"},"boxShadow":{"xs":"0 0 0 1px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.08), 0 3px 0 -1px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.16)","sm":"0 2px 4px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.12)","md":"0 5px 15px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.3)","lg":"0 10px 30px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.3)","__typename":"BoxShadowThemeSettings"},"cards":{"bgColor":"var(--lia-panel-bg-color)","borderRadius":"var(--lia-panel-border-radius)","boxShadow":"var(--lia-box-shadow-xs)","__typename":"CardsThemeSettings"},"chip":{"maxWidth":"300px","height":"30px","__typename":"ChipThemeSettings"},"coreTypes":{"defaultMessageLinkColor":"#307394","defaultMessageLinkDecoration":"none","defaultMessageLinkFontStyle":"NORMAL","defaultMessageLinkFontWeight":"400","defaultMessageFontStyle":"NORMAL","defaultMessageFontWeight":"400","defaultMessageFontFamily":"var(--lia-bs-font-family-base)","forumColor":"#CCEBF7","forumFontFamily":"var(--lia-bs-font-family-base)","forumFontWeight":"var(--lia-default-message-font-weight)","forumLineHeight":"var(--lia-bs-line-height-base)","forumFontStyle":"var(--lia-default-message-font-style)","forumMessageLinkColor":"var(--lia-default-message-link-color)","forumMessageLinkDecoration":"var(--lia-default-message-link-decoration)","forumMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","forumMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","forumSolvedColor":"#BFBDCF","blogColor":"#FAAB7A","blogFontFamily":"var(--lia-bs-font-family-base)","blogFontWeight":"var(--lia-default-message-font-weight)","blogLineHeight":"1.75","blogFontStyle":"var(--lia-default-message-font-style)","blogMessageLinkColor":"var(--lia-default-message-link-color)","blogMessageLinkDecoration":"var(--lia-default-message-link-decoration)","blogMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","blogMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","tkbColor":"#033854","tkbFontFamily":"var(--lia-bs-font-family-base)","tkbFontWeight":"var(--lia-default-message-font-weight)","tkbLineHeight":"1.75","tkbFontStyle":"var(--lia-default-message-font-style)","tkbMessageLinkColor":"var(--lia-default-message-link-color)","tkbMessageLinkDecoration":"var(--lia-default-message-link-decoration)","tkbMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","tkbMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","qandaColor":"#4099E2","qandaFontFamily":"var(--lia-bs-font-family-base)","qandaFontWeight":"var(--lia-default-message-font-weight)","qandaLineHeight":"var(--lia-bs-line-height-base)","qandaFontStyle":"var(--lia-default-message-link-font-style)","qandaMessageLinkColor":"var(--lia-default-message-link-color)","qandaMessageLinkDecoration":"var(--lia-default-message-link-decoration)","qandaMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","qandaMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","qandaSolvedColor":"#3FA023","ideaColor":"#CCE07D","ideaFontFamily":"var(--lia-bs-font-family-base)","ideaFontWeight":"var(--lia-default-message-font-weight)","ideaLineHeight":"var(--lia-bs-line-height-base)","ideaFontStyle":"var(--lia-default-message-font-style)","ideaMessageLinkColor":"var(--lia-default-message-link-color)","ideaMessageLinkDecoration":"var(--lia-default-message-link-decoration)","ideaMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","ideaMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","contestColor":"#FCC845","contestFontFamily":"var(--lia-bs-font-family-base)","contestFontWeight":"var(--lia-default-message-font-weight)","contestLineHeight":"var(--lia-bs-line-height-base)","contestFontStyle":"var(--lia-default-message-link-font-style)","contestMessageLinkColor":"var(--lia-default-message-link-color)","contestMessageLinkDecoration":"var(--lia-default-message-link-decoration)","contestMessageLinkFontStyle":"ITALIC","contestMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","occasionColor":"#307394","occasionFontFamily":"var(--lia-bs-font-family-base)","occasionFontWeight":"var(--lia-default-message-font-weight)","occasionLineHeight":"var(--lia-bs-line-height-base)","occasionFontStyle":"var(--lia-default-message-font-style)","occasionMessageLinkColor":"var(--lia-default-message-link-color)","occasionMessageLinkDecoration":"var(--lia-default-message-link-decoration)","occasionMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","occasionMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","grouphubColor":"#8080A5","categoryColor":"#949494","communityColor":"#FFFFFF","productColor":"#949494","__typename":"CoreTypesThemeSettings"},"colors":{"black":"#000000","white":"#FFFFFF","gray100":"#F7F7F7","gray200":"#F7F7F7","gray300":"#E8E8E8","gray400":"#D9D9D9","gray500":"#CCCCCC","gray600":"#949494","gray700":"#707070","gray800":"#545454","gray900":"#333333","dark":"#545454","light":"#F7F7F7","primary":"#033854","secondary":"#333333","bodyText":"#00004B","bodyBg":"#F6F6F9","info":"#00004B","success":"#CCE07D","warning":"#A47151","danger":"#9E126C","alertSystem":"#FF6600","textMuted":"#707070","highlight":"#FFFCAD","outline":"var(--lia-bs-primary)","custom":["#307394","#CCE07D","#BFBDCF","#CCEBF7","#FAAB7A","#EDE8E0"],"__typename":"ColorsThemeSettings"},"divider":{"size":"3px","marginLeft":"4px","marginRight":"4px","borderRadius":"50%","bgColor":"var(--lia-bs-gray-600)","bgColorActive":"var(--lia-bs-gray-600)","__typename":"DividerThemeSettings"},"dropdown":{"fontSize":"var(--lia-bs-font-size-sm)","borderColor":"var(--lia-bs-border-color)","borderRadius":"var(--lia-bs-border-radius-sm)","dividerBg":"var(--lia-bs-gray-300)","itemPaddingY":"5px","itemPaddingX":"20px","headerColor":"var(--lia-bs-gray-700)","__typename":"DropdownThemeSettings"},"email":null,"emoji":{"skinToneDefault":"#ffcd43","skinToneLight":"#fae3c5","skinToneMediumLight":"#e2cfa5","skinToneMedium":"#daa478","skinToneMediumDark":"#a78058","skinToneDark":"#5e4d43","__typename":"EmojiThemeSettings"},"heading":{"color":"var(--lia-bs-body-color)","fontFamily":"Montserrat","fontStyle":"NORMAL","fontWeight":"500","h1FontSize":"clamp(20px, 4vw, 34px)","h2FontSize":"24px","h3FontSize":"22px","h4FontSize":"21px","h5FontSize":"20px","h6FontSize":"17px","lineHeight":"1.3","subHeaderFontSize":"11px","subHeaderFontWeight":"500","h1LetterSpacing":"normal","h2LetterSpacing":"normal","h3LetterSpacing":"normal","h4LetterSpacing":"normal","h5LetterSpacing":"normal","h6LetterSpacing":"normal","subHeaderLetterSpacing":"2px","h1FontWeight":"var(--lia-bs-headings-font-weight)","h2FontWeight":"var(--lia-bs-headings-font-weight)","h3FontWeight":"var(--lia-bs-headings-font-weight)","h4FontWeight":"var(--lia-bs-headings-font-weight)","h5FontWeight":"var(--lia-bs-headings-font-weight)","h6FontWeight":"var(--lia-bs-headings-font-weight)","__typename":"HeadingThemeSettings"},"icons":{"size10":null,"size12":"12px","size14":"14px","size16":"16px","size20":"20px","size24":"24px","size30":"30px","size40":"40px","size50":"50px","size60":"60px","size80":"80px","size120":"120px","size160":"160px","__typename":"IconsThemeSettings"},"imagePreview":{"bgColor":"var(--lia-bs-gray-900)","titleColor":"var(--lia-bs-white)","controlColor":"var(--lia-bs-white)","controlBgColor":"var(--lia-bs-gray-800)","__typename":"ImagePreviewThemeSettings"},"input":{"borderColor":"var(--lia-bs-gray-600)","disabledColor":"var(--lia-bs-gray-600)","focusBorderColor":"var(--lia-bs-primary)","labelMarginBottom":"10px","btnFontSize":"var(--lia-bs-font-size-sm)","focusBoxShadow":"0 0 0 3px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","checkLabelMarginBottom":"2px","checkboxBorderRadius":"3px","borderRadiusSm":"var(--lia-bs-border-radius-sm)","borderRadius":"var(--lia-bs-border-radius)","borderRadiusLg":"var(--lia-bs-border-radius-lg)","formTextMarginTop":"4px","textAreaBorderRadius":"var(--lia-bs-border-radius)","activeFillColor":"var(--lia-bs-primary)","__typename":"InputThemeSettings"},"loading":{"dotDarkColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.2)","dotLightColor":"hsla(var(--lia-bs-white-h), var(--lia-bs-white-s), var(--lia-bs-white-l), 0.5)","barDarkColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.06)","barLightColor":"hsla(var(--lia-bs-white-h), var(--lia-bs-white-s), var(--lia-bs-white-l), 0.4)","__typename":"LoadingThemeSettings"},"link":{"color":"#307394","hoverColor":"hsl(197 51.9% 26.1%)","decoration":"none","hoverDecoration":"underline","__typename":"LinkThemeSettings"},"listGroup":{"itemPaddingY":"15px","itemPaddingX":"15px","borderColor":"var(--lia-bs-gray-300)","__typename":"ListGroupThemeSettings"},"modal":{"contentTextColor":"var(--lia-bs-body-color)","contentBg":"var(--lia-bs-white)","backgroundBg":"var(--lia-bs-black)","smSize":"440px","mdSize":"760px","lgSize":"1080px","backdropOpacity":0.3,"contentBoxShadowXs":"var(--lia-bs-box-shadow-sm)","contentBoxShadow":"var(--lia-bs-box-shadow)","headerFontWeight":"700","__typename":"ModalThemeSettings"},"navbar":{"position":"FIXED","background":{"attachment":null,"clip":null,"color":"var(--lia-bs-white)","imageAssetName":null,"imageLastModified":"0","origin":null,"position":"CENTER_CENTER","repeat":"NO_REPEAT","size":"COVER","__typename":"BackgroundProps"},"backgroundOpacity":0.8,"paddingTop":"15px","paddingBottom":"15px","borderBottom":"1px solid var(--lia-bs-border-color)","boxShadow":"var(--lia-bs-box-shadow-sm)","brandMarginRight":"30px","brandMarginRightSm":"10px","brandLogoHeight":"30px","linkGap":"10px","linkJustifyContent":"flex-start","linkPaddingY":"5px","linkPaddingX":"10px","linkDropdownPaddingY":"9px","linkDropdownPaddingX":"var(--lia-nav-link-px)","linkColor":"var(--lia-bs-body-color)","linkHoverColor":"var(--lia-bs-body-color)","linkFontSize":"14px","linkFontStyle":"NORMAL","linkFontWeight":"400","linkTextTransform":"NONE","linkLetterSpacing":"normal","linkBorderRadius":"var(--lia-bs-border-radius-sm)","linkBgColor":"transparent","linkBgHoverColor":"#29CCFC","linkBorder":"none","linkBorderHover":"none","linkBoxShadow":"none","linkBoxShadowHover":"none","linkTextBorderBottom":"none","linkTextBorderBottomHover":"0","dropdownPaddingTop":"10px","dropdownPaddingBottom":"15px","dropdownPaddingX":"10px","dropdownMenuOffset":"2px","dropdownDividerMarginTop":"10px","dropdownDividerMarginBottom":"10px","dropdownBorderColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.08)","controllerBgHoverColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.1)","controllerIconColor":"#2E1CD4","controllerIconHoverColor":"#2E1CD4","controllerTextColor":"var(--lia-nav-controller-icon-color)","controllerTextHoverColor":"var(--lia-nav-controller-icon-hover-color)","controllerHighlightColor":"#E21A9A","controllerHighlightTextColor":"var(--lia-yiq-dark)","controllerBorderRadius":"var(--lia-border-radius-50)","hamburgerColor":"var(--lia-nav-controller-icon-color)","hamburgerHoverColor":"var(--lia-nav-controller-icon-color)","hamburgerBgColor":"transparent","hamburgerBgHoverColor":"transparent","hamburgerBorder":"none","hamburgerBorderHover":"none","collapseMenuMarginLeft":"20px","collapseMenuDividerBg":"var(--lia-nav-link-color)","collapseMenuDividerOpacity":0.16,"__typename":"NavbarThemeSettings"},"pager":{"textColor":"var(--lia-bs-link-color)","textFontWeight":"var(--lia-font-weight-md)","textFontSize":"var(--lia-bs-font-size-sm)","__typename":"PagerThemeSettings"},"panel":{"bgColor":"var(--lia-bs-white)","borderRadius":"var(--lia-bs-border-radius)","borderColor":"var(--lia-bs-border-color)","boxShadow":"none","__typename":"PanelThemeSettings"},"popover":{"arrowHeight":"8px","arrowWidth":"16px","maxWidth":"300px","minWidth":"100px","headerBg":"var(--lia-bs-white)","borderColor":"var(--lia-bs-border-color)","borderRadius":"var(--lia-bs-border-radius)","boxShadow":"0 0.5rem 1rem hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.15)","__typename":"PopoverThemeSettings"},"prism":{"color":"#000000","bgColor":"#f5f2f0","fontFamily":"var(--font-family-monospace)","fontSize":"var(--lia-bs-font-size-base)","fontWeightBold":"var(--lia-bs-font-weight-bold)","fontStyleItalic":"italic","tabSize":2,"highlightColor":"#b3d4fc","commentColor":"#62707e","punctuationColor":"#6f6f6f","namespaceOpacity":"0.7","propColor":"#990055","selectorColor":"#517a00","operatorColor":"#906736","operatorBgColor":"hsla(0, 0%, 100%, 0.5)","keywordColor":"#0076a9","functionColor":"#d3284b","variableColor":"#c14700","__typename":"PrismThemeSettings"},"rte":{"bgColor":"var(--lia-bs-white)","borderRadius":"var(--lia-panel-border-radius)","boxShadow":" var(--lia-panel-box-shadow)","customColor1":"#bfedd2","customColor2":"#fbeeb8","customColor3":"#f8cac6","customColor4":"#eccafa","customColor5":"#c2e0f4","customColor6":"#2dc26b","customColor7":"#f1c40f","customColor8":"#e03e2d","customColor9":"#b96ad9","customColor10":"#3598db","customColor11":"#169179","customColor12":"#e67e23","customColor13":"#ba372a","customColor14":"#843fa1","customColor15":"#236fa1","customColor16":"#ecf0f1","customColor17":"#ced4d9","customColor18":"#95a5a6","customColor19":"#7e8c8d","customColor20":"#34495e","customColor21":"#000000","customColor22":"#ffffff","defaultMessageHeaderMarginTop":"40px","defaultMessageHeaderMarginBottom":"20px","defaultMessageItemMarginTop":"0","defaultMessageItemMarginBottom":"24px","diffAddedColor":"hsla(170, 53%, 51%, 0.4)","diffChangedColor":"hsla(43, 97%, 63%, 0.4)","diffNoneColor":"hsla(0, 0%, 80%, 0.4)","diffRemovedColor":"hsla(9, 74%, 47%, 0.4)","specialMessageHeaderMarginTop":"40px","specialMessageHeaderMarginBottom":"20px","specialMessageItemMarginTop":"0","specialMessageItemMarginBottom":"24px","__typename":"RteThemeSettings"},"tags":{"bgColor":"var(--lia-bs-gray-200)","bgHoverColor":"var(--lia-bs-gray-400)","borderRadius":"var(--lia-bs-border-radius-sm)","color":"var(--lia-bs-body-color)","hoverColor":"var(--lia-bs-body-color)","fontWeight":"var(--lia-font-weight-md)","fontSize":"var(--lia-font-size-xxs)","textTransform":"UPPERCASE","letterSpacing":"0.5px","__typename":"TagsThemeSettings"},"toasts":{"borderRadius":"var(--lia-bs-border-radius)","paddingX":"12px","__typename":"ToastsThemeSettings"},"typography":{"fontFamilyBase":"Inter","fontStyleBase":"NORMAL","fontWeightBase":"400","fontWeightLight":"300","fontWeightNormal":"400","fontWeightMd":"500","fontWeightBold":"700","letterSpacingSm":"normal","letterSpacingXs":"normal","lineHeightBase":"1.5","fontSizeBase":"16px","fontSizeXxs":"11px","fontSizeXs":"12px","fontSizeSm":"14px","fontSizeLg":"20px","fontSizeXl":"24px","smallFontSize":"14px","customFonts":[],"__typename":"TypographyThemeSettings"},"unstyledListItem":{"marginBottomSm":"5px","marginBottomMd":"10px","marginBottomLg":"15px","marginBottomXl":"20px","marginBottomXxl":"25px","__typename":"UnstyledListItemThemeSettings"},"yiq":{"light":"#ffffff","dark":"#000000","__typename":"YiqThemeSettings"},"colorLightness":{"primaryDark":0.36,"primaryLight":0.74,"primaryLighter":0.89,"primaryLightest":0.95,"infoDark":0.39,"infoLight":0.72,"infoLighter":0.85,"infoLightest":0.93,"successDark":0.24,"successLight":0.62,"successLighter":0.8,"successLightest":0.91,"warningDark":0.39,"warningLight":0.68,"warningLighter":0.84,"warningLightest":0.93,"dangerDark":0.41,"dangerLight":0.72,"dangerLighter":0.89,"dangerLightest":0.95,"__typename":"ColorLightnessThemeSettings"},"localOverride":false,"__typename":"Theme"},"localOverride":false},"CachedAsset:text:en-shared/client/components/common/Loading/LoadingDot-1738016696000":{"__typename":"CachedAsset","id":"text:en-shared/client/components/common/Loading/LoadingDot-1738016696000","value":{"title":"Loading..."},"localOverride":false},"CachedAsset:quilt:lithosphere.prod:pages/forums/ForumMessagePage:board:studio-1743798422727":{"__typename":"CachedAsset","id":"quilt:lithosphere.prod:pages/forums/ForumMessagePage:board:studio-1743798422727","value":{"id":"ForumMessagePage","container":{"id":"Common","headerProps":{"removeComponents":["community.widget.bannerWidget"],"__typename":"QuiltContainerSectionProps"},"headerComponentProps":{"community.widget.breadcrumbWidget":{"disableLastCrumbForDesktop":false}},"items":[{"layout":"MAIN_SIDE","id":"message-list","columnMap":{"main":[{"id":"messages.widget.topicWithThreadedReplyListWidget","className":"lia-topic-with-replies","props":{"editLevel":"CONFIGURE"},"__typename":"QuiltComponent"}],"side":[{"id":"messages.widget.relatedContentWidget","props":{"lazyLoad":true},"__typename":"QuiltComponent"},{"id":"messages.widget.messageListForNodeByRecentActivityWidget","props":{"viewVariant":{"type":"inline","props":{"useUnreadCount":false,"useViewCount":false,"renderPostTimeBeforeAuthor":true,"useSearchSnippet":false,"useAuthorLogin":true,"clampBodyLines":3,"useAvatar":true,"useBoardIcon":false,"useAuthorRank":false,"useKudosCount":false,"useMedia":false,"usePreviewMedia":false,"useTags":false,"useNode":false,"useNodeLink":true,"useTextBody":true,"truncateBodyLength":-1,"useBody":false,"useRepliesCount":false,"useSolvedBadge":true,"useTimeToRead":false,"timeStampType":"conversation.lastPostingActivityTime","useMessageTimeLink":true,"clampSubjectLines":1,"useSpoilerFreeBody":true,"useNodeHoverCard":true,"avatarSize":"40","boardIconSize":"24","subjectAs":"h6"}},"pagerVariant":{"type":"loadMore"},"panelType":"divider","pageSize":5,"useTitle":true,"sorts":{"conversationLastPostingActivityTime":{"direction":"DESC"}},"hideIfEmpty":true,"style":"compact","showTabs":false},"__typename":"QuiltComponent"}],"__typename":"MainSideSectionColumns"},"__typename":"MainSideQuiltSection"}],"__typename":"QuiltContainer"},"__typename":"Quilt"},"localOverride":false},"CachedAsset:text:en-components/common/EmailVerification-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/common/EmailVerification-1738016696000","value":{"email.verification.title":"Email Verification Required","email.verification.message.update.email":"To participate in the community, you must first verify your email address. The verification email was sent to {email}. To change your email, visit My Settings.","email.verification.message.resend.email":"To participate in the community, you must first verify your email address. The verification email was sent to {email}. Resend email."},"localOverride":false},"CachedAsset:text:en-pages/forums/ForumMessagePage-1738016696000":{"__typename":"CachedAsset","id":"text:en-pages/forums/ForumMessagePage-1738016696000","value":{"title":"{contextMessageSubject} | {communityTitle}","errorMissing":"This message cannot be found","name":"Forum Message Page","section.message-list.title":"Forum Discussion","archivedMessageTitle":"This Content Has Been Archived"},"localOverride":false},"CachedAsset:text:en-components/common/ActionFeedback-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/common/ActionFeedback-1738016696000","value":{"joinedGroupHub.title":"Welcome","joinedGroupHub.message":"You are now a member of this group and are subscribed to updates.","groupHubInviteNotFound.title":"Invitation Not Found","groupHubInviteNotFound.message":"Sorry, we could not find your invitation to the group. The owner may have canceled the invite.","groupHubNotFound.title":"Group Not Found","groupHubNotFound.message":"The grouphub you tried to join does not exist. It may have been deleted.","existingGroupHubMember.title":"Already Joined","existingGroupHubMember.message":"You are already a member of this group.","accountLocked.title":"Account Locked","accountLocked.message":"Your account has been locked due to multiple failed attempts. Try again in {lockoutTime} minutes.","editedGroupHub.title":"Changes Saved","editedGroupHub.message":"Your group has been updated.","leftGroupHub.title":"Goodbye","leftGroupHub.message":"You are no longer a member of this group and will not receive future updates.","deletedGroupHub.title":"Deleted","deletedGroupHub.message":"The group has been deleted.","groupHubCreated.title":"Group Created","groupHubCreated.message":"{groupHubName} is ready to use","accountClosed.title":"Account Closed","accountClosed.message":"The account has been closed and you will now be redirected to the homepage","resetTokenExpired.title":"Reset Password Link has Expired","resetTokenExpired.message":"Try resetting your password again","invalidUrl.title":"Invalid URL","invalidUrl.message":"The URL you're using is not recognized. Verify your URL and try again.","accountClosedForUser.title":"Account Closed","accountClosedForUser.message":"{userName}'s account is closed","inviteTokenInvalid.title":"Invitation Invalid","inviteTokenInvalid.message":"Your invitation to the community has been canceled or expired.","inviteTokenError.title":"Invitation Verification Failed","inviteTokenError.message":"The url you are utilizing is not recognized. Verify your URL and try again","pageNotFound.title":"Access Denied","pageNotFound.message":"You do not have access to this area of the community or it doesn't exist","eventAttending.title":"Responded as Attending","eventAttending.message":"You'll be notified when there's new activity and reminded as the event approaches","eventInterested.title":"Responded as Interested","eventInterested.message":"You'll be notified when there's new activity and reminded as the event approaches","eventNotFound.title":"Event Not Found","eventNotFound.message":"The event you tried to respond to does not exist.","redirectToRelatedPage.title":"Showing Related Content","redirectToRelatedPageForBaseUsers.title":"Showing Related Content","redirectToRelatedPageForBaseUsers.message":"The content you are trying to access is archived","redirectToRelatedPage.message":"The content you are trying to access is archived","relatedUrl.archivalLink.flyoutMessage":"The content you are trying to access is archived View Archived Content"},"localOverride":false},"CachedAsset:quiltWrapper:lithosphere.prod:Common:1743798358872":{"__typename":"CachedAsset","id":"quiltWrapper:lithosphere.prod:Common:1743798358872","value":{"id":"Common","header":{"backgroundImageProps":{"assetName":null,"backgroundSize":"COVER","backgroundRepeat":"NO_REPEAT","backgroundPosition":"CENTER_CENTER","lastModified":null,"__typename":"BackgroundImageProps"},"backgroundColor":"var(--lia-bs-white)","items":[{"id":"community.widget.navbarWidget","props":{"showUserName":false,"showRegisterLink":true,"useIconLanguagePicker":true,"useLabelLanguagePicker":true,"links":{"sideLinks":[],"mainLinks":[{"children":[{"linkType":"INTERNAL","id":"education-training","params":{"boardId":"product-coaching-training","categoryId":"products"},"routeName":"TkbBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-6","params":{"boardId":"release-notes","categoryId":"products"},"routeName":"BlogBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-2","params":{"boardId":"khoros-care-docs","categoryId":"products"},"routeName":"TkbBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-3","params":{"boardId":"khoros-communities-aurora-docs","categoryId":"products"},"routeName":"TkbBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-4","params":{"boardId":"khoros-communities-classic-docs","categoryId":"products"},"routeName":"TkbBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-1","params":{"boardId":"khoros-marketing-docs","categoryId":"products"},"routeName":"TkbBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-7","params":{"boardId":"Help@tkb","categoryId":"products"},"routeName":"TkbBoardPage"}],"linkType":"INTERNAL","id":"migrated-link-0","params":{"categoryId":"products"},"routeName":"CategoryPage"},{"children":[{"linkType":"INTERNAL","id":"customerblog","params":{"boardId":"customerblog","categoryId":"customer-hub"},"routeName":"BlogBoardPage"},{"linkType":"INTERNAL","id":"customerconnection","params":{"boardId":"customerconnection","categoryId":"customer-hub"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"lithiumblog","params":{"boardId":"lithiumblog","categoryId":"litho"},"routeName":"BlogBoardPage"},{"linkType":"INTERNAL","id":"khoros-kudos-2024-link","params":{"boardId":"khoros-kudos-2024","categoryId":"customerawards"},"routeName":"IdeaBoardPage"},{"linkType":"INTERNAL","id":"past-kudos-awards","params":{"boardId":"past-kudos-awards","categoryId":"customerawards"},"routeName":"IdeaBoardPage"},{"linkType":"INTERNAL","id":"productwebinars","params":{"boardId":"productwebinars","categoryId":"litho"},"routeName":"EventBoardPage"},{"linkType":"INTERNAL","id":"atlas-suggestions","params":{"boardId":"atlas-suggestions","categoryId":"litho"},"routeName":"IdeaBoardPage"}],"linkType":"INTERNAL","id":"migrated-link-8","params":{"categoryId":"litho"},"routeName":"CategoryPage"},{"children":[{"linkType":"INTERNAL","id":"tamhub","params":{"categoryId":"tamhub"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"migrated-link-15","params":{"boardId":"SupportInformation","categoryId":"supportcenter"},"routeName":"TkbBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-18","params":{"boardId":"reachresponse","categoryId":"help-and-support"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-19","params":{"boardId":"aurora-community-product-discussions","categoryId":"supportcenter"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-20","params":{"boardId":"technology","categoryId":"help-and-support"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-17","params":{"boardId":"spredfastdiscussions","categoryId":"help-and-support"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"community-strategys-discussions","params":{"boardId":"community-strategys-discussions","categoryId":"supportcenter"},"routeName":"ForumBoardPage"}],"linkType":"INTERNAL","id":"migrated-link-12","params":{"categoryId":"supportcenter"},"routeName":"CategoryPage"},{"children":[{"linkType":"INTERNAL","id":"developer-blog","params":{"boardId":"developer-blog","categoryId":"Developer"},"routeName":"BlogBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-22","params":{"boardId":"studio","categoryId":"Developer"},"routeName":"ForumBoardPage"},{"linkType":"EXTERNAL","id":"migrated-link-23","url":"https://community.khoros.com/endpoints/v3/ReadmeRedirectEndpoint","target":"BLANK"}],"linkType":"INTERNAL","id":"migrated-link-21","params":{"categoryId":"Developer"},"routeName":"CategoryPage"},{"children":[{"linkType":"INTERNAL","id":"migrated-link-25","params":{"groupHubId":"khoros-core"},"routeName":"GroupHubPage"},{"linkType":"INTERNAL","id":"migrated-link-26","params":{"boardId":"titans-forum","categoryId":"groups"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"eamarketing-1","params":{"boardId":"eamarketing","categoryId":"groups"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"analytics-v2-pilot-program-discussions-link","params":{"groupHubId":"analytics-v2-pilot-program"},"routeName":"GroupHubPage"}],"linkType":"INTERNAL","id":"migrated-link-24","params":{"categoryId":"groups"},"routeName":"CategoryPage"},{"children":[{"linkType":"INTERNAL","id":"partner-care","params":{"categoryId":"partner-care"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"partner-community","params":{"categoryId":"partner-community"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"partner-marketing","params":{"categoryId":"partner-marketing"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"partner-flow","params":{"categoryId":"partner-flow"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"partner-resources","params":{"boardId":"partner-resources","categoryId":"partner-hub"},"routeName":"TkbBoardPage"}],"linkType":"INTERNAL","id":"partner-hub","params":{"categoryId":"partner-hub"},"routeName":"CategoryPage"},{"children":[{"linkType":"INTERNAL","id":"life","params":{"categoryId":"life"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"employeeresources","params":{"categoryId":"employeeresources"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"internal-discussion","params":{"boardId":"internal-discussion","categoryId":"Employees"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"professional-services-link","params":{"categoryId":"professional-services"},"routeName":"CategoryPage"}],"linkType":"INTERNAL","id":"migrated-link-27","params":{"categoryId":"Employees"},"routeName":"CategoryPage"}]},"className":"QuiltComponent_lia-component-edit-mode__0nCcm","style":{"boxShadow":"var(--lia-bs-box-shadow-sm)","linkFontWeight":"400","controllerHighlightColor":"#FAAB7A","dropdownDividerMarginBottom":"10px","hamburgerBorderHover":"none","linkFontSize":"14px","linkBoxShadowHover":"none","backgroundOpacity":0.8,"controllerBorderRadius":"var(--lia-border-radius-50)","hamburgerBgColor":"transparent","linkTextBorderBottom":"none","hamburgerColor":"var(--lia-nav-controller-icon-color)","brandLogoHeight":"30px","linkLetterSpacing":"normal","linkBgHoverColor":"#CCEBF7","collapseMenuDividerOpacity":0.16,"paddingBottom":"15px","dropdownPaddingBottom":"15px","dropdownMenuOffset":"2px","hamburgerBgHoverColor":"transparent","borderBottom":"1px solid var(--lia-bs-border-color)","hamburgerBorder":"none","dropdownPaddingX":"10px","brandMarginRightSm":"10px","linkBoxShadow":"none","linkJustifyContent":"flex-start","linkColor":"var(--lia-bs-body-color)","collapseMenuDividerBg":"var(--lia-nav-link-color)","dropdownPaddingTop":"10px","controllerHighlightTextColor":"var(--lia-yiq-dark)","controllerTextColor":"var(--lia-nav-controller-icon-color)","background":{"imageAssetName":"","color":"var(--lia-bs-white)","size":"COVER","repeat":"NO_REPEAT","position":"CENTER_CENTER","imageLastModified":""},"linkBorderRadius":"var(--lia-bs-border-radius-sm)","linkHoverColor":"var(--lia-bs-body-color)","position":"FIXED","linkBorder":"none","linkTextBorderBottomHover":"0","brandMarginRight":"30px","hamburgerHoverColor":"var(--lia-nav-controller-icon-color)","linkBorderHover":"none","collapseMenuMarginLeft":"20px","linkFontStyle":"NORMAL","linkPaddingX":"10px","controllerTextHoverColor":"var(--lia-nav-controller-icon-hover-color)","paddingTop":"15px","linkPaddingY":"5px","linkTextTransform":"NONE","dropdownBorderColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.08)","controllerBgHoverColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.1)","linkDropdownPaddingX":"var(--lia-nav-link-px)","linkBgColor":"transparent","linkDropdownPaddingY":"9px","controllerIconColor":"#307394","dropdownDividerMarginTop":"10px","linkGap":"10px","controllerIconHoverColor":"#307394"},"showSearchIcon":true,"languagePickerStyle":"iconAndLabel"},"__typename":"QuiltComponent"},{"id":"community.widget.breadcrumbWidget","props":{"backgroundColor":"transparent","linkHighlightColor":"#307394","visualEffects":{"showBottomBorder":true},"linkTextColor":"var(--lia-bs-primary)"},"__typename":"QuiltComponent"},{"id":"community.widget.bannerWidget","props":null,"__typename":"QuiltComponent"}],"__typename":"QuiltWrapperSection"},"footer":{"backgroundImageProps":{"assetName":null,"backgroundSize":"COVER","backgroundRepeat":"NO_REPEAT","backgroundPosition":"CENTER_CENTER","lastModified":null,"__typename":"BackgroundImageProps"},"backgroundColor":"transparent","items":[{"id":"community.widget.footerWidget","props":null,"__typename":"QuiltComponent"},{"id":"custom.widget.GtmBody","props":{"widgetVisibility":"signedInOrAnonymous","useTitle":true,"useBackground":false,"title":"","lazyLoad":false},"__typename":"QuiltComponent"}],"__typename":"QuiltWrapperSection"},"__typename":"QuiltWrapper","localOverride":false},"localOverride":false},"CachedAsset:component:custom.widget.GtmBody-en-1743798436986":{"__typename":"CachedAsset","id":"component:custom.widget.GtmBody-en-1743798436986","value":{"component":{"id":"custom.widget.GtmBody","template":{"id":"GtmBody","markupLanguage":"HANDLEBARS","style":null,"texts":null,"defaults":{"config":{"applicablePages":[],"description":"","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"components":[{"id":"custom.widget.GtmBody","form":null,"config":null,"props":[],"__typename":"Component"}],"grouping":"CUSTOM","__typename":"ComponentTemplate"},"properties":{"config":{"applicablePages":[],"description":"","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"form":null,"__typename":"Component","localOverride":false},"globalCss":null,"form":null},"localOverride":false},"CachedAsset:text:en-components/community/Breadcrumb-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/Breadcrumb-1738016696000","value":{"navLabel":"Breadcrumbs","dropdown":"Additional parent page navigation"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageBanner-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageBanner-1738016696000","value":{"messageMarkedAsSpam":"This post has been marked as spam","messageMarkedAsSpam@board:TKB":"This article has been marked as spam","messageMarkedAsSpam@board:BLOG":"This post has been marked as spam","messageMarkedAsSpam@board:FORUM":"This discussion has been marked as spam","messageMarkedAsSpam@board:OCCASION":"This event has been marked as spam","messageMarkedAsSpam@board:IDEA":"This idea has been marked as spam","manageSpam":"Manage Spam","messageMarkedAsAbuse":"This post has been marked as abuse","messageMarkedAsAbuse@board:TKB":"This article has been marked as abuse","messageMarkedAsAbuse@board:BLOG":"This post has been marked as abuse","messageMarkedAsAbuse@board:FORUM":"This discussion has been marked as abuse","messageMarkedAsAbuse@board:OCCASION":"This event has been marked as abuse","messageMarkedAsAbuse@board:IDEA":"This idea has been marked as abuse","preModCommentAuthorText":"This comment will be published as soon as it is approved","preModCommentModeratorText":"This comment is awaiting moderation","messageMarkedAsOther":"This post has been rejected due to other reasons","messageMarkedAsOther@board:TKB":"This article has been rejected due to other reasons","messageMarkedAsOther@board:BLOG":"This post has been rejected due to other reasons","messageMarkedAsOther@board:FORUM":"This discussion has been rejected due to other reasons","messageMarkedAsOther@board:OCCASION":"This event has been rejected due to other reasons","messageMarkedAsOther@board:IDEA":"This idea has been rejected due to other reasons","messageArchived":"This post was archived on {date}","relatedUrl":"View Related Content","relatedContentText":"Showing related content","archivedContentLink":"View Archived Content"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageView/MessageViewStandard-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageView/MessageViewStandard-1738016696000","value":{"anonymous":"Anonymous","author":"{messageAuthorLogin}","authorBy":"{messageAuthorLogin}","board":"{messageBoardTitle}","replyToUser":" to {parentAuthor}","showMoreReplies":"Show More","replyText":"Reply","repliesText":"Replies","markedAsSolved":"Marked as Solution","movedMessagePlaceholder.BLOG":"{count, plural, =0 {This comment has been} other {These comments have been} }","movedMessagePlaceholder.TKB":"{count, plural, =0 {This comment has been} other {These comments have been} }","movedMessagePlaceholder.FORUM":"{count, plural, =0 {This reply has been} other {These replies have been} }","movedMessagePlaceholder.IDEA":"{count, plural, =0 {This comment has been} other {These comments have been} }","movedMessagePlaceholder.OCCASION":"{count, plural, =0 {This comment has been} other {These comments have been} }","movedMessagePlaceholderUrlText":"moved.","messageStatus":"Status: ","statusChanged":"Status changed: {previousStatus} to {currentStatus}","statusAdded":"Status added: {status}","statusRemoved":"Status removed: {status}","labelExpand":"expand replies","labelCollapse":"collapse replies","unhelpfulReason.reason1":"Content is outdated","unhelpfulReason.reason2":"Article is missing information","unhelpfulReason.reason3":"Content is for a different Product","unhelpfulReason.reason4":"Doesn't match what I was searching for"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageDeepLink-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageDeepLink-1738016696000","value":{"viewFullDiscussion@board:FORUM":"View Full Discussion ({repliesCount} Replies)","viewFullDiscussion@board:BLOG":"View Full Discussion ({repliesCount} Comments)","viewFullDiscussion@board:TKB":"View Full Discussion ({repliesCount} Comments)","viewFullDiscussion@board:IDEA":"View Full Discussion ({repliesCount} Comments)","viewFullDiscussion@board:OCCASION":"View Full Discussion ({repliesCount} Comments)","showParents@board:FORUM":"Show Parent Replies","showParents@board:BLOG":"Show Parent Comments","showParents@board:TKB":"Show Parent Comments","showParents@board:IDEA":"Show Parent Comments","showParents@board:OCCASION":"Show Parent Comments"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageReplyCallToAction-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageReplyCallToAction-1738016696000","value":{"leaveReply":"Leave a reply...","leaveReply@board:BLOG@message:root":"Leave a comment...","leaveReply@board:TKB@message:root":"Leave a comment...","leaveReply@board:IDEA@message:root":"Leave a comment...","leaveReply@board:OCCASION@message:root":"Leave a comment...","repliesTurnedOff.FORUM":"Replies are turned off for this topic","repliesTurnedOff.BLOG":"Comments are turned off for this topic","repliesTurnedOff.TKB":"Comments are turned off for this topic","repliesTurnedOff.IDEA":"Comments are turned off for this topic","repliesTurnedOff.OCCASION":"Comments are turned off for this topic","infoText":"Stop poking me!"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageListForNodeByRecentActivityWidget-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageListForNodeByRecentActivityWidget-1738016696000","value":{"title@userScope:other":"Recent Content","title@userScope:self":"Contributions","title@board:FORUM@userScope:other":"Recent Discussions","title@board:BLOG@userScope:other":"Recent Blogs","emptyDescription":"No content to show","MessageListForNodeByRecentActivityWidgetEditor.nodeScope.label":"Scope","title@instance:messages.widget.messageListForNodeByRecentActivityWidget-1684445288809":"What's happening in Atlas","title@instance:1725653176818":"Recent Activity","title@instance:messages.widget.messageListForNodeByRecentActivityWidget-1684445345934":"Latest from our Blogs"},"localOverride":false},"CachedAsset:text:en-components/community/FooterWidget-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/FooterWidget-1738016696000","value":{"homeLink":"Community Home","topOfPage":"Top of Page","buildHash":"Build Hash:","buildNumber":"Build Number:","buildTime":"Build Time:","privacyPolicy":"Privacy Policy","helpLink":"Help"},"localOverride":false},"Tkb:board:Help@tkb":{"__typename":"Tkb","id":"board:Help@tkb","tkbPolicies":{"__typename":"TkbPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Blog:board:lithiumblog":{"__typename":"Blog","id":"board:lithiumblog","blogPolicies":{"__typename":"BlogPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Tkb:board:SupportInformation":{"__typename":"Tkb","id":"board:SupportInformation","tkbPolicies":{"__typename":"TkbPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Category:category:supportcenter":{"__typename":"Category","id":"category:supportcenter","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Category:category:litho":{"__typename":"Category","id":"category:litho","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Idea:board:atlas-suggestions":{"__typename":"Idea","id":"board:atlas-suggestions","boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"ideaPolicies":{"__typename":"IdeaPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Blog:board:developer-blog":{"__typename":"Blog","id":"board:developer-blog","blogPolicies":{"__typename":"BlogPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Occasion:board:productwebinars":{"__typename":"Occasion","id":"board:productwebinars","boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"occasionPolicies":{"__typename":"OccasionPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Category:category:products":{"__typename":"Category","id":"category:products","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Blog:board:release-notes":{"__typename":"Blog","id":"board:release-notes","blogPolicies":{"__typename":"BlogPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Tkb:board:khoros-communities-aurora-docs":{"__typename":"Tkb","id":"board:khoros-communities-aurora-docs","tkbPolicies":{"__typename":"TkbPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Tkb:board:product-coaching-training":{"__typename":"Tkb","id":"board:product-coaching-training","tkbPolicies":{"__typename":"TkbPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Idea:board:past-kudos-awards":{"__typename":"Idea","id":"board:past-kudos-awards","boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"ideaPolicies":{"__typename":"IdeaPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Idea:board:khoros-kudos-2024":{"__typename":"Idea","id":"board:khoros-kudos-2024","boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"ideaPolicies":{"__typename":"IdeaPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Conversation:conversation:770918":{"__typename":"Conversation","id":"conversation:770918","topic":{"__typename":"ForumTopicMessage","uid":770918},"lastPostingActivityTime":"2025-04-04T16:14:11.259-07:00","solved":false},"ForumTopicMessage:message:770918":{"__typename":"ForumTopicMessage","subject":"Creating a blog on behalf of another user - GraphQL","conversation":{"__ref":"Conversation:conversation:770918"},"id":"message:770918","revisionNum":1,"uid":770918,"depth":0,"board":{"__ref":"Forum:board:studio"},"author":{"__typename":"User","uid":4206,"login":"allensmith81","registrationData":{"__typename":"RegistrationData","status":null},"deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.khoros.com/t5/s/lithosphere/images/dS00MjA2LTQ0MjBpMTQwMUU3RUUwOUIxRkYwOQ"}},"metrics":{"__typename":"MessageMetrics","views":41},"postTime":"2025-04-02T14:53:59.064-07:00","lastPublishTime":"2025-04-02T14:53:59.064-07:00","readOnly":false},"Conversation:conversation:727462":{"__typename":"Conversation","id":"conversation:727462","topic":{"__typename":"ForumTopicMessage","uid":727462},"lastPostingActivityTime":"2025-04-01T16:41:33.436-07:00","solved":false},"ForumTopicMessage:message:727462":{"__typename":"ForumTopicMessage","subject":"json query syntax matches AND OR","conversation":{"__ref":"Conversation:conversation:727462"},"id":"message:727462","revisionNum":2,"uid":727462,"depth":0,"board":{"__ref":"Forum:board:studio"},"author":{"__typename":"User","uid":82283,"login":"anmi","registrationData":{"__typename":"RegistrationData","status":null},"deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.khoros.com/t5/s/lithosphere/m_assets/avatars/default/avatar-1.svg?time=0"}},"metrics":{"__typename":"MessageMetrics","views":214},"postTime":"2023-02-01T06:43:03.371-08:00","lastPublishTime":"2023-02-01T06:44:54.449-08:00","readOnly":false},"Conversation:conversation:770863":{"__typename":"Conversation","id":"conversation:770863","topic":{"__typename":"ForumTopicMessage","uid":770863},"lastPostingActivityTime":"2025-03-31T15:47:00.429-07:00","solved":false},"ForumTopicMessage:message:770863":{"__typename":"ForumTopicMessage","subject":"Date Limit in Bulk API v2 and Error with 7-Day Intervals","conversation":{"__ref":"Conversation:conversation:770863"},"id":"message:770863","revisionNum":1,"uid":770863,"depth":0,"board":{"__ref":"Forum:board:studio"},"author":{"__typename":"User","uid":147615,"login":"Danzidpp","registrationData":{"__typename":"RegistrationData","status":null},"deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.khoros.com/t5/s/lithosphere/m_assets/avatars/default/avatar-7.svg?time=0"}},"metrics":{"__typename":"MessageMetrics","views":12},"postTime":"2025-03-31T15:47:00.429-07:00","lastPublishTime":"2025-03-31T15:47:00.429-07:00","readOnly":false},"Conversation:conversation:770778":{"__typename":"Conversation","id":"conversation:770778","topic":{"__typename":"ForumTopicMessage","uid":770778},"lastPostingActivityTime":"2025-03-30T07:30:41.821-07:00","solved":true},"ForumTopicMessage:message:770778":{"__typename":"ForumTopicMessage","subject":"Disallowed Dependencies Issue in Khoros Aurora Build","conversation":{"__ref":"Conversation:conversation:770778"},"id":"message:770778","revisionNum":1,"uid":770778,"depth":0,"board":{"__ref":"Forum:board:studio"},"author":{"__typename":"User","uid":116489,"login":"yogeshdixit","registrationData":{"__typename":"RegistrationData","status":null},"deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.khoros.com/t5/s/lithosphere/m_assets/avatars/default/avatar-9.svg?time=0"}},"metrics":{"__typename":"MessageMetrics","views":42},"postTime":"2025-03-27T04:14:49.586-07:00","lastPublishTime":"2025-03-27T04:14:49.586-07:00","readOnly":false},"Conversation:conversation:770540":{"__typename":"Conversation","id":"conversation:770540","topic":{"__typename":"ForumTopicMessage","uid":770540},"lastPostingActivityTime":"2025-03-26T13:07:33.050-07:00","solved":false},"ForumTopicMessage:message:770540":{"__typename":"ForumTopicMessage","subject":"Looking for ways to stay engaged with Khoros Development","conversation":{"__ref":"Conversation:conversation:770540"},"id":"message:770540","revisionNum":1,"uid":770540,"depth":0,"board":{"__ref":"Forum:board:studio"},"author":{"__typename":"User","uid":103293,"login":"djondinium","registrationData":{"__typename":"RegistrationData","status":null},"deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.khoros.com/t5/s/lithosphere/images/dS0xMDMyOTMtMTgzODIyaTRGNzQ0NjE5NTU1MDc5ODg"}},"metrics":{"__typename":"MessageMetrics","views":62},"postTime":"2025-03-18T05:49:39.270-07:00","lastPublishTime":"2025-03-18T05:49:39.270-07:00","readOnly":false},"QueryVariables:MessageSolutions":{"__typename":"QueryVariables","id":"MessageSolutions","value":{"first":10,"constraints":{"topicId":{"eq":"message:615611"},"solution":{"eq":true}},"sorts":{"postTime":{"direction":"ASC"}},"useAvatar":true,"useAuthorLogin":true,"useAuthorRank":false,"useBody":true,"useKudosCount":false,"useTimeToRead":false,"useMedia":true,"useRepliesCount":false,"useSearchSnippet":false,"useAcceptedSolutionButton":true,"useSolvedBadge":false,"useAttachments":true,"useTags":false,"useUserHoverCard":false,"useNodeHoverCard":false,"usePreviewSubjectModal":false,"useMessageStatus":false}},"ROOT_MUTATION":{"__typename":"Mutation"},"CachedAsset:text:en-components/community/Navbar-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/Navbar-1738016696000","value":{"community":"Community Home","inbox":"Inbox","manageContent":"Manage Content","tos":"Terms of Service","forgotPassword":"Forgot Password","themeEditor":"Theme Editor","edit":"Edit Navigation Bar","skipContent":"Skip to content","migrated-link-9":"Khoros Kudos Awards","community-strategys-discussions":"Community Strategy Discussions","migrated-link-7":"About Atlas","migrated-link-8":"Discover","analytics-v2-pilot-program-discussions-link":"Analytics V2 Pilot Program","migrated-link-1":"Khoros Marketing Docs","migrated-link-2":"Khoros Care Docs","migrated-link-0":"Learn","migrated-link-5":"Partners Hub","migrated-link-6":"Release Notes & Updates","migrated-link-3":"Khoros Communities - Aurora Docs","migrated-link-4":"Khoros Communities - Classic Docs","past-kudos-awards":"Past Customer Award Submissions","careers-forum":"Job Board","atlas-suggestions":"Atlas Suggestions","khoros-academy-1":"Khoros Academy","partner-community":"Communities Classic","customerconnection":"Customer Discussions","customer-hub":"Customer Hub","lisupport":"Support Forum","eamarketing-1":"Early Access Programs","productwebinars":"Events & Webinars","partner-marketing":"Marketing","partner-care":"Care","abouttitans":"The Titans Program","tamhub":"TAM Hub","khoros-academy":"Khoros Academy","ideas":"Ideas","customerblog":"Khoros Customer Blog","migrated-link-27":"Internal","external":"Developer Docs","aurora-training-demo-customer":"Aurora Training Pilot (Customer)","migrated-link-25":"Khoros Core","migrated-link-26":"Titans Hub","migrated-link-23":"Developer Docs","migrated-link-24":"Groups","aurora-training-demo-partner":"Aurora Training Pilot (Khoros Employees & Partners)","policiesandguidelines":"Policies and Guidelines","external-link":"Developer Docs","internal-discussion":"Internal Discussion","employeeresources":"Employee Resources","campustraining":"Khoros Campus Training","product-coaching":"Product Coaching","migrated-link-21":"Developers","lithiumblog":"Khoros Insights Blog","migrated-link-22":"Developer Discussion","training-videos":"Training Videos","migrated-link-20":"Khoros Communities - Classic Discussions","professional-services-link":"Professional Services","life":"Khoros Culture","migrated-link-18":"Khoros Care Discussions","migrated-link-19":"Khoros Communities - Aurora Discussions","migrated-link-16":"Customer Connection","migrated-link-17":"Khoros Marketing Discussions","migrated-link-14":"Case Portal","migrated-link-15":"Support Information","migrated-link-12":"Help & Support","migrated-link-13":"Contact Support","partner-resources":"Partner Resources","education-training":"Education & Training","khoros-kudos-2024-link":"Khoros Kudos 2024","titans-forum-link":"Titans Hub","developer-blog":"Developer Blog","migrated-link-10":"Khoros Customer Blog","migrated-link-11":"Events & Webinars","analytics-v2-pilot-link":"Analytics V2 Pilot","eamarketing":"Early Access Programs","partner-flow":"Flow","pmo-link":"PMO","partner-hub":"Partner Hub","flowdiscussions":"Khoros Flow Discussions"},"localOverride":false},"CachedAsset:text:en-components/community/NavbarHamburgerDropdown-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/NavbarHamburgerDropdown-1738016696000","value":{"hamburgerLabel":"Side Menu"},"localOverride":false},"CachedAsset:text:en-components/community/BrandLogo-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/BrandLogo-1738016696000","value":{"logoAlt":"Khoros","themeLogoAlt":"Brand Logo"},"localOverride":false},"CachedAsset:text:en-components/community/NavbarTextLinks-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/NavbarTextLinks-1738016696000","value":{"more":"More"},"localOverride":false},"CachedAsset:text:en-components/search/SpotlightSearchIcon-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/search/SpotlightSearchIcon-1738016696000","value":{"search":"Search"},"localOverride":false},"CachedAsset:text:en-components/authentication/AuthenticationLink-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/authentication/AuthenticationLink-1738016696000","value":{"title.login":"Sign In","title.registration":"Register","title.forgotPassword":"Forgot Password","title.multiAuthLogin":"Sign In"},"localOverride":false},"CachedAsset:text:en-components/nodes/NodeLink-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/nodes/NodeLink-1738016696000","value":{"place":"Place {name}"},"localOverride":false},"CachedAsset:text:en-components/messages/EscalatedMessageBanner-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/EscalatedMessageBanner-1738016696000","value":{"escalationMessage":"Escalated to Salesforce by {username} on {date}","viewDetails":"View Details","modalTitle":"Case Details","escalatedBy":"Escalated by: ","escalatedOn":"Escalated on: ","caseNumber":"Case Number: ","status":"Status: ","lastUpdateDate":"Last Update: ","automaticEscalation":"automatic escalation","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en-components/users/UserLink-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/users/UserLink-1738016696000","value":{"authorName":"View Profile: {author}","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en-shared/client/components/users/UserRank-1738016696000":{"__typename":"CachedAsset","id":"text:en-shared/client/components/users/UserRank-1738016696000","value":{"rankName":"{rankName}","userRank":"Author rank {rankName}"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageTime-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageTime-1738016696000","value":{"postTime":"Published: {time}","lastPublishTime":"Last Update: {time}","conversation.lastPostingActivityTime":"Last posting activity time: {time}","conversation.lastPostTime":"Last post time: {time}","moderationData.rejectTime":"Rejected time: {time}"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageSolvedBadge-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageSolvedBadge-1738016696000","value":{"solved":"Solved"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageSubject-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageSubject-1738016696000","value":{"noSubject":"(no subject)"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageBody-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageBody-1738016696000","value":{"showMessageBody":"Show More","mentionsErrorTitle":"{mentionsType, select, board {Board} user {User} message {Message} other {}} No Longer Available","mentionsErrorMessage":"The {mentionsType} you are trying to view has been removed from the community.","videoProcessing":"Video is being processed. Please try again in a few minutes.","bannerTitle":"Video provider requires cookies to play the video. Accept to continue or {url} it directly on the provider's site.","buttonTitle":"Accept","urlText":"watch"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageCustomFields-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageCustomFields-1738016696000","value":{"CustomField.default.label":"Value of {name}"},"localOverride":false},"CachedAsset:text:en-shared/client/components/common/QueryHandler-1738016696000":{"__typename":"CachedAsset","id":"text:en-shared/client/components/common/QueryHandler-1738016696000","value":{"title":"Query Handler"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageReplyButton-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageReplyButton-1738016696000","value":{"repliesCount":"{count}","title":"Reply","title@board:BLOG@message:root":"Comment","title@board:TKB@message:root":"Comment","title@board:IDEA@message:root":"Comment","title@board:OCCASION@message:root":"Comment"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageSolutionList-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageSolutionList-1738016696000","value":{"emptyDescription":"No has been message solutions yet"},"localOverride":false},"CachedAsset:text:en-shared/client/components/common/BuildInformation-1738016696000":{"__typename":"CachedAsset","id":"text:en-shared/client/components/common/BuildInformation-1738016696000","value":{"buildHash":"Build Hash: {buildHash}","buildNumber":"Build Number: {buildNumber}","buildTime":"Build Time: {buildTime}"},"localOverride":false},"CachedAsset:text:en-components/community/KhorosLogo-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/KhorosLogo-1738016696000","value":{"alt":"Powered By Khoros"},"localOverride":false},"User:user:73161":{"__typename":"User","id":"user:73161","uid":73161,"login":"Tarun","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2017-12-26T01:52:46.914-08:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.khoros.com/t5/s/lithosphere/images/dS03MzE2MS0xNTMzNDFpRjU5RUREMjNEQUJCMzNBRA"},"entityType":"USER","eventPath":"community:lithosphere/user:73161"},"ModerationData:moderation_data:615722":{"__typename":"ModerationData","id":"moderation_data:615722","status":"APPROVED","rejectReason":null},"AcceptedSolutionMessage:message:615722":{"__typename":"AcceptedSolutionMessage","author":{"__ref":"User:user:73161"},"id":"message:615722","revisionNum":1,"uid":615722,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:studio"},"parent":{"__ref":"ForumTopicMessage:message:615611"},"conversation":{"__ref":"Conversation:conversation:615611"},"subject":"Re: Custom Component - Latest post by Role","moderationData":{"__ref":"ModerationData:moderation_data:615722"},"body":"
SELECT id, subject, view_href, post_time, kudos.sum(weight), author.login, author.id, board.title FROM messages WHERE category.id = '${coreNode.id}' AND conversation.style = 'forum' AND depth = 0 ORDER BY post_time DESC LIMIT 10
Please Give Kudos if you find this post useful and also mark this as Accepted Solution if this is the required solution.
Regards
Tarun Kumar
","body@stripHtml({\"removeProcessingText\":true,\"removeSpoilerMarkup\":true,\"removeTocMarkup\":true,\"truncateLength\":200})@stringLength":"218","postTime":"2020-11-24T20:52:09.901-08:00","lastPublishTime":"2020-11-24T20:52:09.901-08:00","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"attachments":{"__typename":"AttachmentConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"solution":true,"metrics":{"__typename":"MessageMetrics","views":235},"placeholder":false,"originalMessageForPlaceholder":null,"videos":{"__typename":"VideoConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"isEscalated":null,"entityType":"FORUM_REPLY","eventPath":"category:Developer/community:lithosphereboard:studio/message:615611/message:615722","customFields":[]},"Rank:rank:259":{"__typename":"Rank","id":"rank:259","position":27,"name":"Champion","color":"333333","icon":null,"rankStyle":"TEXT"},"User:user:5358":{"__typename":"User","id":"user:5358","uid":5358,"login":"peterlu","deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.khoros.com/t5/s/lithosphere/images/dS01MzU4LTc1OTY1aTU1NTc3MjY5RURBQTM2OTg"},"rank":{"__ref":"Rank:rank:259"},"email":"","messagesCount":280,"biography":"Techical Lead & UX Specialist @hinterlands.com.au","topicsCount":108,"kudosReceivedCount":150,"kudosGivenCount":49,"kudosWeight":1,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2011-05-09T23:57:43.004-07:00","confirmEmailStatus":null},"followersCount":6,"solutionsCount":18},"ModerationData:moderation_data:615710":{"__typename":"ModerationData","id":"moderation_data:615710","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"Revision:revision:615710_1":{"__typename":"Revision","id":"revision:615710_1","lastEditTime":"2020-11-24T16:12:38.719-08:00"},"QueryVariables:ReplyList:message:615710:1":{"__typename":"QueryVariables","id":"ReplyList:message:615710:1","value":{"id":"message:615710","first":10,"sorts":{"postTime":{"direction":"ASC"}},"repliesFirst":3,"repliesFirstDepthThree":1,"repliesSorts":{"postTime":{"direction":"ASC"}},"useAvatar":true,"useAuthorLogin":true,"useAuthorRank":true,"useBody":true,"useKudosCount":true,"useTimeToRead":false,"useMedia":false,"useReadOnlyIcon":false,"useRepliesCount":true,"useSearchSnippet":false,"useAcceptedSolutionButton":true,"useSolvedBadge":false,"useAttachments":false,"attachmentsFirst":5,"useTags":false,"useNodeAncestors":false,"useUserHoverCard":false,"useNodeHoverCard":false,"useModerationStatus":true,"usePreviewSubjectModal":false,"useMessageStatus":true}},"CachedAsset:text:en-components/community/NavbarDropdownToggle-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/community/NavbarDropdownToggle-1738016696000","value":{"ariaLabelClosed":"Press the down arrow to open the menu"},"localOverride":false},"CachedAsset:text:en-shared/client/components/users/UserAvatar-1738016696000":{"__typename":"CachedAsset","id":"text:en-shared/client/components/users/UserAvatar-1738016696000","value":{"altText":"{login}'s avatar","altTextGeneric":"User's avatar"},"localOverride":false},"CachedAsset:text:en-shared/client/components/ranks/UserRankLabel-1738016696000":{"__typename":"CachedAsset","id":"text:en-shared/client/components/ranks/UserRankLabel-1738016696000","value":{"altTitle":"Icon for {rankName} rank"},"localOverride":false},"CachedAsset:text:en-components/messages/AcceptedSolutionButton-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/AcceptedSolutionButton-1738016696000","value":{"accept":"Mark as Solution","accepted":"Marked as Solution","errorHeader":"Error!","errorAdd":"There was an error marking as solution.","errorRemove":"There was an error unmarking as solution.","solved":"Solved","topicAlreadySolvedErrorTitle":"Solution Already Exists","topicAlreadySolvedErrorDesc":"Refresh the browser to view the existing solution"},"localOverride":false},"CachedAsset:text:en-components/messages/ThreadedReplyList-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/ThreadedReplyList-1738016696000","value":{"title":"{count, plural, one{# Reply} other{# Replies}}","title@board:BLOG":"{count, plural, one{# Comment} other{# Comments}}","title@board:TKB":"{count, plural, one{# Comment} other{# Comments}}","title@board:IDEA":"{count, plural, one{# Comment} other{# Comments}}","title@board:OCCASION":"{count, plural, one{# Comment} other{# Comments}}","noRepliesTitle":"No Replies","noRepliesTitle@board:BLOG":"No Comments","noRepliesTitle@board:TKB":"No Comments","noRepliesTitle@board:IDEA":"No Comments","noRepliesTitle@board:OCCASION":"No Comments","noRepliesDescription":"Be the first to reply","noRepliesDescription@board:BLOG":"Be the first to comment","noRepliesDescription@board:TKB":"Be the first to comment","noRepliesDescription@board:IDEA":"Be the first to comment","noRepliesDescription@board:OCCASION":"Be the first to comment","messageReadOnlyAlert:BLOG":"Comments have been turned off for this post","messageReadOnlyAlert:TKB":"Comments have been turned off for this article","messageReadOnlyAlert:IDEA":"Comments have been turned off for this idea","messageReadOnlyAlert:FORUM":"Replies have been turned off for this discussion","messageReadOnlyAlert:OCCASION":"Comments have been turned off for this event"},"localOverride":false},"CachedAsset:text:en-components/messages/MessageView/MessageViewInline-1738016696000":{"__typename":"CachedAsset","id":"text:en-components/messages/MessageView/MessageViewInline-1738016696000","value":{"bylineAuthor":"{bylineAuthor}","bylineBoard":"{bylineBoard}","anonymous":"Anonymous","place":"Place {bylineBoard}","gotoParent":"Go to parent {name}"},"localOverride":false},"CachedAsset:text:en-shared/client/components/common/Pager/PagerLoadMore-1738016696000":{"__typename":"CachedAsset","id":"text:en-shared/client/components/common/Pager/PagerLoadMore-1738016696000","value":{"loadMore":"Show More"},"localOverride":false},"ModerationData:moderation_data:615713":{"__typename":"ModerationData","id":"moderation_data:615713","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:615713":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:89893"},"id":"message:615713","revisionNum":1,"uid":615713,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:studio"},"parent":{"__ref":"ForumReplyMessage:message:615710"},"conversation":{"__ref":"Conversation:conversation:615611"},"subject":"Re: Custom Component - Latest post by Role","moderationData":{"__ref":"ModerationData:moderation_data:615713"},"body":"
Yes! I was thinking to do something like that, but by using 'category.id' the Query should display only content for that CatID.
So, the problem is that I need something dynamic, the component is need to be available for both communities environment, each with the results for that category.