@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbBlockRteLayoutModel

    interface UmbBlockRteLayoutModel {
        contentKey: string;
        displayInline?: boolean;
        settingsKey?: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentKey: string
    displayInline?: boolean

    Use displayInline on UmbBlockRteTypeModel instead. This field will be removed in Umbraco 19. [LK]

    settingsKey?: null | string