Skip to content

Commit

Permalink
add settingstore to test config
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 7, 2023
1 parent 2bac64b commit ed04139
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tests/_etc/config/app/config.yaml
Original file line number Diff line number Diff line change
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 ed04139

Please sign in to comment.