Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paria Shiri 36 posts 109 karma points
    Feb 11, 2022 @ 10:50
    Paria Shiri
    0

    Having a BlockList editor inside a grid

    Hi Soren, I am using your packages, BlockListMvc and DTGE. I want to use my BlockList inside my grid. I added the setting in package.manifest

     {
          "name": "Nav Sections",
          "alias": "NavSections",
          "view": "/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html",
          "render": "/App_Plugins/DocTypeGridEditor/Render/DocTypeGridEditor.cshtml",
          "icon": "umb-icon__inner icon-application-window-alt color-deep-orange",
          "config": {
            "allowedDocTypes": [ "NavSections" ],
            "nameTemplate": "",
            "enablePreview": false,
            "viewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/",
            "previewViewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/Previews/",
            "previewCssFilePath": "",
            "previewJsFilePath": ""
          }
        }
    

    But when I want to add my data it just keeps loading like this: enter image description here

    my Umbraco version is 8.17.1 in console I have this error:

    Could not find umbVariantContent in the $scope chain

    Have I missed anything?

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Feb 11, 2022 @ 12:33
    Søren Kottal
    100

    No, Block List doesn't work in DTGE. Use Nested Content in stead.

  • Paria Shiri 36 posts 109 karma points
    Feb 11, 2022 @ 13:30
    Paria Shiri
    0

    Oh, such a pity, thanks to let me know.

Please Sign in or register to post replies

Write your reply to:

Draft