Skip to content

Commit

Permalink
Update cover-position-preset-row.js
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Jun 5, 2021
1 parent a6f28a7 commit 93e950e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist/cover-position-preset-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-position-preset-row",
name: "cover position preset row",
description: "A plugin to display your cover controls in a button row.",
preview: false,
});

class CustomCoverPositionRow extends Polymer.Element {

static get template() {
Expand Down

0 comments on commit 93e950e

Please sign in to comment.