2017 © Pedro Peláez
 

library kwc-content-api

image

koala-framework/kwc-content-api

  • Monday, July 23, 2018
  • by nsams
  • Repository
  • 4 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 60 % Grown

The README.md

Content API

Installation

  • Add AppBundle to AppKernel.php, (*1)

    public function registerBundles()
    {
        $bundles = array(
            ...
            new Kwc\ContentApiBundle\KwcContentApiBundle()
        );
        ...
    }
  • Add routing config to routing.yml, (*2)

    kwc_content_api:
        resource: "@KwcContentApiBundle/Resources/config/routing.yml"
        prefix:   /
  • Add components to be exported to whitelist in config.yml, (*3)

    kwc_content_api:
        export_components:
            - Kwc_Paragraphs_Component
            - Kwc_Basic_Headline_Component

The Versions

23/07 2018

dev-fix-docu

dev-fix-docu

  Sources   Download

The Requires

 

09/05 2018

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

The Requires

 

12/04 2018

dev-improve

dev-improve

  Sources   Download

The Requires

 

28/03 2018

dev-initial

dev-initial

  Sources   Download

The Requires