Skip to content

Commit

Permalink
improve: LDP-2332: Add default for settings (#184)
Browse files Browse the repository at this point in the history
* improve: LDP-2332: Add default for settings and display_title

* LDP-2332: Add default for settings
  • Loading branch information
vloss3 authored Dec 12, 2023
1 parent ea74668 commit d86f8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/composables/useDrupalCe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const useDrupalCe = () => {
primary: [],
secondary: []
},
settings: {},
messages: [],
metatags: {
meta: [],
Expand Down

0 comments on commit d86f8c5

Please sign in to comment.