@dhyasama/totem-models 6.2.0 → 6.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -250,10 +250,10 @@ module.exports = function(mongoose, config) {
250
250
  order: { type: Number },
251
251
 
252
252
  // Sets the number of columns for this property to span on the deals list
253
- colspan: 2,
253
+ colspan: { type: Number, default: 1 },
254
254
 
255
- // Optionally include as an option on the deal filter
256
- showOnFilter: {},
255
+ // Optionally include as an option on the deal
256
+ showOnFilter: { type: Boolean, default: true },
257
257
 
258
258
  // Optionally show or hide fields on deals list
259
259
  // Fields are always shown on org pages and in edit forms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",