symfony-cmf/create-bundle

make it possible to disable image upload

lsmith77 opened this issue · 1 comments

right now its not possible to disable image upload when enabling phpcr

dbu commented

the configuration setting already exists, but we check isset instead of the actual value. will do a PR soon.

persistence:
    phpcr:
        image:
            enabled: false