Skip to content

CMS PaaS (Content Management System)

CMS PaaS (Content Management System)

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

2 results found

  1. I am looking to get the parent/children of a content item that is used within a Content Area to support a hierarchical relationship. Currently, it is not possible to use the _link property on Content Areas within Content Graph.

    In this query:

    query MyQuery {
      MyPage(where:{ContentLink:{Id:{eq: 1119}}}) {
        item {
          ContentLink {
            Id
          }
          _link(type: ANCESTORS) {
            MyParentPage {
              items {
                Url
              }
            }
          }
        }
      }
      MyBlock(where:{ContentLink:{Id: {eq:1127}}}) {
        items {
          Cards {
            ContentLink {
              Id
              Expanded {
                _link(type: ANCESTORS) {
                  MyParentPage {
                    items {
                      Url
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    

    In the first query,…

    2 votes
    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?
  2. This request is to make the status of the Synchronize with Optimizely Graph more visible. Currently content editors only see the graph sync status when clicking into the dropdown menu on a content item in the content editing pane. Would like to see graph sync status visible on the content editing interface without having to click and additional item. Perhaps even elevating items which are not synced to have a visible indicator within the content navigation pane setting a view for whether an item or subitems have unsynced content. Currently we are having issues with our sync jobs and users…

    1 vote
    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?
  • Don't see your idea?