Skip to content

Commit

Permalink
Fix entitypicker v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed Aug 20, 2023
1 parent 36e4ed4 commit 08f01fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dist/content-card-linky-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ export class contentCardLinkyEditor extends LitElement {
get _entity() {
return this._config.entity || "";
}

get _ewEntity() {
return this._config.ewEntity || "";
}

get _ewEntityJ1() {
return this._config.ewEntityJ1 || "";
}

get _ewEntityJ2() {
return this._config.ewEntityJ2 || "";
}

get _name() {
return this._config.name || "";
Expand Down

0 comments on commit 08f01fc

Please sign in to comment.