symfony-cmf / resource-bundle

Resource Location for CMF documents based on Puli
https://cmf.symfony.com
5 stars 7 forks source link

Allow to not configure basepath #9

Closed wouterj closed 9 years ago

wouterj commented 9 years ago

This allows doing:

cmf_resource:
    repository:
        doctrine_phpcr_odm:
            phpcrodm_repo: ~

Not setting the basepath is usefull for the TreeBrowserBundle.

dantleech commented 9 years ago

ok, so if the base path is not set it is always an absolute repository path. makes sense.