wxr/news-bundle

Symfony WXRNewsBundle

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:symfony-bundle

v2.1.0 2013-01-10 10:56 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:03:02 UTC


README

Installation

SonataEasyExtendsBundle

DoctrineExtensions

Event need sluggable behavior to build unique slug from title.

Configuration

WXRNewsBundle doesn't require any configuration.

Default configuration

wxr_news:
    translation_domain: WXRNewsBundle
    post:
        manager: wxr_news.post.manager.default
        admin:
            class: WXR\NewsBundle\Admin\Entity\PostAdmin
            controller: SonataAdminBundle:CRUD
    category:
        manager: wxr_news.category.manager.default
        admin:
            class: WXR\NewsBundle\Admin\Entity\CategoryAdmin
            controller: SonataAdminBundle:CRUD
    tag:
        manager: wxr_news.tag.manager.default
        admin:
            class: WXR\NewsBundle\Admin\Entity\TagAdmin
            controller: SonataAdminBundle:CRUD