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 421 posts 1038 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>
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies