Skip to content

Commit

Permalink
remove deprecated props and unnecessary code from chaise-config-sampl…
Browse files Browse the repository at this point in the history
…e.js
  • Loading branch information
RFSH committed Oct 8, 2024
1 parent af9cbbc commit 3a20376
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/chaise-config-sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ var chaiseConfig = {
enable: ["*"] // [] <- disable
}
},
maxColumns: 6,
feedbackURL: 'http://goo.gl/forms/f30sfheh4H',
helpURL: '/help/using-the-data-browser/',
editRecord: true,
deleteRecord: true,
maxRecordsetRowHeight: 160,
Expand Down Expand Up @@ -109,7 +106,3 @@ var chaiseConfig = {
engine: 'handlebars'
}
};

if (typeof module === 'object' && module.exports && typeof require === 'function') {
exports.config = chaiseConfig;
}

0 comments on commit 3a20376

Please sign in to comment.