Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextEditorBlockDataConverter

    Data converter for blocks in the richtext property editor

    Inheritance
    object
    BlockEditorDataConverter<RichTextBlockValue, RichTextBlockLayoutItem>
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class RichTextEditorBlockDataConverter : BlockEditorDataConverter<RichTextBlockValue, RichTextBlockLayoutItem>

    Constructors

    View Source

    RichTextEditorBlockDataConverter(IJsonSerializer)

    Declaration
    public RichTextEditorBlockDataConverter(IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer

    Methods

    View Source

    GetBlockReferences(IEnumerable<RichTextBlockLayoutItem>)

    Return the collection of IBlockReference from the block editor's Layout

    Declaration
    protected override IEnumerable<ContentAndSettingsReference> GetBlockReferences(IEnumerable<RichTextBlockLayoutItem> layout)
    Parameters
    Type Name Description
    IEnumerable<RichTextBlockLayoutItem> layout
    Returns
    Type Description
    IEnumerable<ContentAndSettingsReference>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX