Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Replacing Facebook embed with Spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Aug 15, 2018
1 parent 3e3aded commit e4349ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/koenig-editor/addon/options/cards.js
Expand Up @@ -69,14 +69,6 @@ export const CARD_MENU = [
replaceArg: 'embed',
params: ['url']
},
{
label: 'Facebook',
icon: 'koenig/kg-card-type-facebook',
matches: ['facebook'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'Instagram',
icon: 'koenig/kg-card-type-instagram',
Expand Down Expand Up @@ -114,6 +106,14 @@ export const CARD_MENU = [
replaceArg: 'embed',
params: ['url']
},
{
label: 'Spotify',
icon: 'koenig/kg-card-type-spotify',
matches: ['spotify'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'SoundCloud',
icon: 'koenig/kg-card-type-soundcloud',
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4349ed

Please sign in to comment.