kunstmaan/pagepart-bundle

Generated files

config/packages/kunstmaan_pagepart.yaml

imports:
    - { resource: '../kunstmaancms/**/*.yml', ignore_errors: true}

kunstmaan_page_part:
    extended_pagepart_chooser: true

config/routes/kunstmaan_pagepart.yaml

KunstmaanPagePartBundle:
    resource: "@KunstmaanPagePartBundle/Resources/config/routing.yml"
    # If your site is not multi language, remove the "{_locale}/" part of prefix and requirements
    prefix:   /{_locale}/
    requirements:
        _locale: "%kunstmaan_admin.required_locales%"