Skip to content

Commit

Permalink
removed assetsPath as it's not needed for this example
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Jul 14, 2023
1 parent 30cf076 commit 764fa77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/create-block-interactive-template/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
slug: 'example-interactive',
title: 'Example Interactive',
description: 'An interactive block with the Interactivity API',
dashicon: 'interactivity',
dashicon: 'media-interactive',
npmDependencies: [ '@wordpress/interactivity' ],
supports: {
interactivity: true,
Expand All @@ -21,5 +21,4 @@ module.exports = {
},
pluginTemplatesPath: join( __dirname, 'plugin-templates' ),
blockTemplatesPath: join( __dirname, 'block-templates' ),
assetsPath: join( __dirname, 'assets' ),
};

0 comments on commit 764fa77

Please sign in to comment.