#Block Grid Example Website - [object Object] in back end

1 messages · Page 1 of 1 (latest)

humble kernel
#

Having a play with Block Grid which I hadn't really delved into before. I installed the Block Grid Example Website as a brand new website using 13.3.0 Front end looks fine, images and headlines look fine but Rich Text just has [object Object], whether it's part of a Card Component or its own one.

There don't appear to be any errors, neither in the console nor in the command line. Any ideas what I'm missing? Thanks

fickle blade
#

click the x to remove and then browse to add your new one.

#

<div ng-bind-html="block.data.richText"></div> should become <div ng-bind-html="block.data.richText.markup"></div>

#
 <Copy SourceFiles="@(UmbracoBlockGridContentFiles)" DestinationFiles="@(UmbracoBlockGridContentFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoBlockGrid\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles="true" />

over to ...

 <Copy Condition="!Exists('$(MSBuildProjectDirectory)\App_Plugins\UmbracoBlockGrid\%(RecursiveDir)%(Filename)%(Extension)') SourceFiles="@(UmbracoBlockGridContentFiles)" DestinationFiles="@(UmbracoBlockGridContentFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoBlockGrid\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles="true" />
mighty sky
#

Please have a look at Umbootstrap where I have used Block grid for both layout and features
https://umbootstrap.com/

UmBootstrap is an Umbraco Website Starter Kit using Bootstrap Templates and a comprehensive Component Library all available for you to use in your projects

humble kernel
#

Thanks @fickle blade that's perfect. Thanks a million!

#

Will definitely have a look at that Dean, thank you!