app/javascript/spotlight/admin/blocks/resources_block.js in blacklight-spotlight-3.6.0.beta4 vs app/javascript/spotlight/admin/blocks/resources_block.js in blacklight-spotlight-3.6.0.beta5

- old
+ new

@@ -1,10 +1,10 @@ -import Spotlight from 'spotlight' -import SpotlightNestable from 'spotlight_nestable' +import Core from 'spotlight/core' +import SpotlightNestable from 'spotlight/admin/spotlight_nestable' -Spotlight.Block.Resources = (function(){ +Core.Block.Resources = (function(){ - return Spotlight.Block.extend({ + return Core.Block.extend({ type: "resources", formable: true, autocompleteable: true, show_heading: true,