LayoutRestrictions: {
    BackgroundCategories: string[];
    ClipArtAlbums: string[];
}

The layout restrictions control which background categories and clip art categories are available for a given layout. This only is usefull if the MegaEdit product setting enableLayoutRestrictions is set to true.

Type declaration

  • BackgroundCategories: string[]

    The ids of the background categories to support. If restrictions are enabled, for a given layout only those background categories defined here are available within the UI to choose from.

  • ClipArtAlbums: string[]

    The ids of the clip art categories to support. If restrictions are enabled, for a given layout only those clip art categories defined here are available within the UI to choose from.

Generated using TypeDoc