koala-framework / kwc-content-api
Installs: 2 570
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 0
Open Issues: 1
Requires
This package is auto-updated.
Last update: 2024-10-17 14:23:50 UTC
README
Installation
-
Add AppBundle to
AppKernel.php
public function registerBundles() { $bundles = array( ... new Kwc\ContentApiBundle\KwcContentApiBundle() ); ... }
-
Add routing config to
routing.yml
kwc_content_api: resource: "@KwcContentApiBundle/Resources/config/routing.yml" prefix: /
-
Add components to be exported to whitelist in
config.yml
kwc_content_api: export_components: - Kwc_Paragraphs_Component - Kwc_Basic_Headline_Component