Skip to content

CMS SaaS (Content Management System)



CMS SaaS (Content Management System)

Categories

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

1 result found

  1. For shared blocks and other content types, we can already query Optimizely Graph to find every instance of a given type. For example:

    query FindByType {
    _Content(where: { _metadata: { types: { in: ["<ContentTypeName>"] } } }) {
    total
    items {
    _metadata { key displayName types url { default } }
    }
    }
    }

    This works because shared blocks are standalone content items with their own key/ContentLink, so they're indexed and queryable like any other content type.

    Local (inline) blocks don't support this. Since they're stored as embedded property data on the parent content item rather than as standalone content…

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?