diff --git a/doc/etemplate2/custom-elements-manifest.config.mjs b/doc/etemplate2/custom-elements-manifest.config.mjs index 158d52cd3a..f9f541d3d1 100644 --- a/doc/etemplate2/custom-elements-manifest.config.mjs +++ b/doc/etemplate2/custom-elements-manifest.config.mjs @@ -26,9 +26,9 @@ function replace(string, terms) } export default { - globs: ["api/js/etemplate/**/Et2*/*.ts"], // There's something wrong with some widgets, they break the parser + globs: ["api/js/etemplate/**/Et2*/*.ts"], /** Globs to exclude */ - exclude: ["*Date*"],//, 'et2_*.ts', '**/test/*', '**/*.styles.ts', '**/*.test.ts'], + exclude: [],//, 'et2_*.ts', '**/test/*', '**/*.styles.ts', '**/*.test.ts'], dev: false, litelement: true, plugins: [