Skip to content
Shopware

useCmsSection

useCmsSection

Composable to get cms section content

Types

ts
export function useCmsSection<SECTION_TYPE extends Schemas["CmsSection"]>(
  content: SECTION_TYPE,
): UseCmsSectionType

source code