apostrophe-blocks
Advanced tools
Comparing version 0.5.42 to 0.5.43
@@ -32,3 +32,3 @@ var _ = require('lodash'); | ||
// | ||
// aposBlocks(page, 'groupname', [ 'typeone', 'typetwo'], { user: user, permissions: permissions }) | ||
// aposBlocks(page, 'groupname', [ 'typeone', 'typetwo'], { user: user, permissions: permissions, groupLabel: 'Lego Block' }) | ||
// | ||
@@ -66,2 +66,3 @@ // Newly added blocks do NOT see such additional data, however they DO see "user" and "permissions" | ||
}); | ||
data.groupLabel = options.groupLabel; | ||
return self.render('blocks', data); | ||
@@ -68,0 +69,0 @@ }); |
{ | ||
"name": "apostrophe-blocks", | ||
"version": "0.5.42", | ||
"version": "0.5.43", | ||
"description": "Allows a column of content to be broken up into blocks with independent templates, allowing for sub-columns to alternate with a full width column for instance. Blocks can be added and removed freely.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29054
493