Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 603 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 603 Bytes

IVWBundle

IVW Bundle for Symfony

Set the basic configuration in app/config/config.yml.

Example:

ivw:
    stattags:
        suche:
            path: "content/search"
            tags:
                ivw: "suchmaschinen_allg"
                nedstat: "suche"
        ErweiterteSuche:
            path: "content/advancedsearch"
            tags:
                ivw: "suche_suchmaschinen_erw"
                nedstat: "suche.erweitert"
        frontPage:
            path: "content/frontPage"
            tags:
                ivw: "frontPage_allg"
                nedstat: "frontPage"