apostrophe-blocks
Advanced tools
Comparing version 0.5.22 to 0.5.23
{ | ||
"name": "apostrophe-blocks", | ||
"version": "0.5.22", | ||
"version": "0.5.23", | ||
"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", |
@@ -81,2 +81,8 @@ function AposBlocks() { | ||
}); | ||
// DROPDOWN TOGGLE | ||
$el.on('click', '[data-content-block-menu]', function() { | ||
$(this).find('[data-content-block-menu-options]').toggle(1); | ||
}); | ||
$el.find('[data-apos-blocks]').sortable({ | ||
@@ -83,0 +89,0 @@ handle: '[data-block-handle]', |
Sorry, the diff of this file is not supported yet
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
24514
400