Features

in this starter kit

Features

in this starter kit

Rich Text Row

There is a simple rich text row for writing your usual formatted content in a WYSIWIG style with the usual settings including but not limited to:

Bold

Italic

Left align

Right align

  • Bulleted List
  1. Ordered List

Image Row

You can use the image row to render a full width image.

A phone next to a binder and a pen

Image Row Example

Video Row

This lets you embed a YouTube video by just entering the normal URL of the video, and it just renders the preview image of it at first. Then when you click on it, it loads it in as the iframe, which is better for the end user as it doesn't download all of the YouTube assets until it is needed.

What's next in C# - Mads Torgersen @ Umbraco Codegarden 2022

Code Snippet Row

There is a code snippet row to enable you to easily share code snippets in your website.

@inherits UmbracoViewPage<BlockListItem>
@using Umbraco.Cms.Core.Models.Blocks

@{
    var row = Model.Content as CodeSnippetRow;
    var settings = Model.Settings as CodeSnippetRowSettings;
    if (settings?.Hide ?? false) { return; }

    SmidgeHelper.RequiresJs("~/clean-assets/js/highlight.default.min.css");
    SmidgeHelper.RequiresJs("~/clean-assets/js/highlight.min.js");
}

<div class="row clearfix">
    <div class="col-md-12 column">
        <pre><code>@row.Code</code></pre>
    </div>
</div>

Code from the codeSnippetRow.cshtml file

Image Carousel Row

You can add a simple image carousel to a page by using the Image Carousel Row. In this row you have a multi image picker and you just choose the images you want to display.

  • A room filled with chairs and some lamps
  • A wireless keyboard and mouse next to some note books and pens.
  • A phone next to a binder and a pen
  • A room with some chairs, stools, settee and a triangular table.
  • Members of the Umbraco community in the front row at a talk at Codegarden
  • Authors who have written for the popular Umbraco magazine called skrift, all gathered on stage for a group photo.

Copyright ©2025 Helia Group Limited ABN 72 154 890 730. All rights reserved. Contact us for more information.

Helia Group Limited acknowledges the Traditional Custodians of the lands on which we operate and pay our respects to Elders past and present. We also acknowledge the important role Aboriginal and Torres Strait Islander peoples continue to play within the communities in which we operate and where our team members reside.

 

Important Information

The information contained on this website is general information. It does not constitute legal, tax, credit or financial advice, and is not tailored to a borrower’s specific circumstances. Borrowers should consider their own personal circumstances and seek advice from their professional advisers before making any decisions that may impact their financial position.

Helia Insurance Pty Limited’s (‘Helia’) credit activities are limited to credit activities engaged by it as an assignee in relation to providing lender’s mortgage insurance (LMI) products or as a credit provider under the doctrine of subrogation in relation to providing LMI products. LMI is insurance that protects credit providers, not home buyers, and cannot be provided directly to home buyers. The information provided on this website does not refer to a credit contract with any particular credit provider.