Skip to content

Commit

Permalink
feat: make config.settings.italiaThemeViewsConfig extensible from addons
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jul 25, 2023
1 parent 30c29f4 commit c641f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/italiaConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export default function applyConfig(voltoConfig) {
portalTypes: ['Image', 'File'],
},
italiaThemeViewsConfig: {
...(config.settings.italiaThemeViewsConfig ?? {}),
imagePosition: 'afterHeader', // possible values: afterHeader, documentBody
// Venue: {
// sections: [
Expand Down

0 comments on commit c641f8f

Please sign in to comment.