diff --git a/packages/matomo/src/matomo.js b/packages/matomo/src/matomo.js index 6da1d3700793b658a539567a6910066251320360..b206a1893f255dd9748d7a56eebdbdea78e0717a 100644 --- a/packages/matomo/src/matomo.js +++ b/packages/matomo/src/matomo.js @@ -22,6 +22,7 @@ export class MatomoElement extends DBPLitElement { static get properties() { return { + ...super.properties, endpoint: { type: String }, siteId: { type: Number, attribute: 'site-id' }, gitInfo: { type: Number, attribute: 'git-info' },