koala-framework / kwc-content-api
There is no license information available for the latest version (1.0.x-dev) of this package.
Package info
github.com/koala-framework/kwc-content-api
pkg:composer/koala-framework/kwc-content-api
1.0.x-dev
2022-03-17 08:52 UTC
Requires
This package is auto-updated.
Last update: 2026-02-17 17:22:11 UTC
README
Installation
-
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