Copied to clipboard

Flag this post as spam?

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


  • Peter Cort Larsen 418 posts 1015 karma points
    Jan 12, 2023 @ 15:01
    Peter Cort Larsen
    0

    Block grid presentation in backend Umbraco 11

    Hi,

    I need a little help, nothing seems to work.

    In App_Plugins/UmbracoBlockGrid/BlockViews we have html files for showing selected data in the block grid.

    I have a content picker, but can find out to display its name and its children pages. I am a noob at angular.

    Something like this:

      <div ng-click="block.edit()" ng-focus="block.focus">
            {{block.data.subpages[0].name}}
    <br>
      <ul>
    
            <li ng-repeat="item in block.data.subpages}}">
                {{block.data.subpages[item].name}}
            </li>
        </ul>
    
        </div>
    
Please Sign in or register to post replies

Write your reply to:

Draft