Skip to content

Commit

Permalink
add settingstore to test config (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 7, 2023
1 parent 2bac64b commit 7e51adf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tests/_etc/config/app/config.yaml
Expand Up @@ -18,6 +18,33 @@ doctrine:
enum: string
bit: boolean

pimcore:
config_location:
image_thumbnails:
write_target:
type: 'settings-store'
video_thumbnails:
write_target:
type: 'settings-store'
document_types:
write_target:
type: 'settings-store'
predefined_properties:
write_target:
type: 'settings-store'
predefined_asset_metadata:
write_target:
type: 'settings-store'
perspectives:
write_target:
type: 'settings-store'
custom_views:
write_target:
type: 'settings-store'
object_custom_layouts:
write_target:
type: 'settings-store'

pimcore_admin:
admin_csp_header:
enabled: false
Expand Down

0 comments on commit 7e51adf

Please sign in to comment.