Skip to main content

Structure

Learn about block mapper structure. The block mapper is the heart of the project and controls how everything is connected when generating pages.

FILEDESCRIPTION
web/components/BlockMapper/BlockMapList.tsList of component map imports available to the block mapper.
web/components/BlockMapper/BlockMapper.tsxMaps contentful data to components based on block type, has an unknown block for components that don't exist.
web/components/BlockMapper/BlockProps.tsxDefines all component props in one place to reduce redundant code and promote code reuse.