Skip to content

Commit

Permalink
adressing a 404 even though the editor file is blank
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Sep 3, 2024
1 parent 8456e96 commit 2c16e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/blocks/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ import BackendStyles from './components/backend-styles';
import addNavLink from '../navigation/helpers/addNavLink';
import { buildTemplateFromSelection } from './helpers';

/**
* Import Css
*/
import './editor.scss';

const DEFAULT_BLOCK = { name: 'kadence/navigation-link' };
const ALLOWED_MEDIA_TYPES = ['image'];

Expand Down
1 change: 1 addition & 0 deletions src/blocks/navigation-link/editor.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//intentionally blank

0 comments on commit 2c16e0f

Please sign in to comment.