Skip to content

Commit

Permalink
added license picker and changed the config to standalone, fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
feserm committed Mar 1, 2024
1 parent 15394e2 commit ad7e028
Show file tree
Hide file tree
Showing 5 changed files with 615 additions and 540 deletions.
2 changes: 1 addition & 1 deletion config/miappe/wizard.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
window.config = {

general: {
layoutMode: 'plugin', // standalone | plugin
layoutMode: 'standalone', // standalone | plugin
initialView: 'questionnaire', // questionnaire
showQuestionnaireProgressBar: true,
},
Expand Down
2 changes: 1 addition & 1 deletion config/miappe/wizard.steps.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ window.steps = [
},
{
label: 'License',
type: 'text',
type: 'license',
isaMapping: {
entity: 'investigation',
attribute: 'license'
Expand Down
Loading

0 comments on commit ad7e028

Please sign in to comment.