-
Add AppBundle to
AppKernel.phppublic function registerBundles() { $bundles = array( ... new Kwc\ContentApiBundle\KwcContentApiBundle() ); ... } -
Add routing config to
routing.ymlkwc_content_api: resource: "@KwcContentApiBundle/Resources/config/routing.yml" prefix: / -
Add components to be exported to whitelist in
config.ymlkwc_content_api: export_components: - Kwc_Paragraphs_Component - Kwc_Basic_Headline_Component