Skip to content

Commit

Permalink
fix(distribution): add the new ui config to the calumaOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanH90 authored and anehx committed Dec 6, 2023
1 parent 0bd35fd commit 1d24d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/-ember-caluma/app/services/caluma-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ export default class CustomCalumaOptionsService extends CalumaOptionsService {
infoQuestions: ["inquiry-answer-reason", "inquiry-answer-hint"],
},
},
ui: {
new: {
showAllServices: false, // if true all the services are shown in one big table
},
},
new: {
defaultTypes: ["suggestions", "private"],
types: {
Expand Down

0 comments on commit 1d24d3a

Please sign in to comment.