Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Jul 2, 2024
1 parent 2747735 commit 9fc71c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ export default function applyConfig(config) {
...config.views.layoutViewsNamesMapping,
artwork_view: 'Artwork',
};
// config.views.contentTypesViews = {
// ...config.views.contentTypesViews,
// author: AuthorView,
// };
config.views.contentTypesViews = {
...config.views.contentTypesViews,
author: AuthorView,
};
config.views.contentTypesViews = {
...config.views.contentTypesViews,
blogwriter: BlogWriterView,
Expand Down

0 comments on commit 9fc71c2

Please sign in to comment.