Skip to content

Commit

Permalink
Update cover-control-button-row.js
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Jun 5, 2021
1 parent 834c7ef commit 3b9de7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist/cover-control-button-row.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
window.customCards = window.customCards || [];
window.customCards.push({
type: "cover-control-button-row",
name: "cover control button row",
description: "A plugin to display your cover controls in a button row.",
preview: false,
});

class CustomCoverControlRow extends Polymer.Element {

static get template() {
Expand Down

0 comments on commit 3b9de7b

Please sign in to comment.