Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
is working on a reply...