mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
All etemplate widgets in component list, even dates
This commit is contained in:
parent
65bf573f88
commit
4daca998cc
@ -26,9 +26,9 @@ function replace(string, terms)
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
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 */
|
/** Globs to exclude */
|
||||||
exclude: ["*Date*"],//, 'et2_*.ts', '**/test/*', '**/*.styles.ts', '**/*.test.ts'],
|
exclude: [],//, 'et2_*.ts', '**/test/*', '**/*.styles.ts', '**/*.test.ts'],
|
||||||
dev: false,
|
dev: false,
|
||||||
litelement: true,
|
litelement: true,
|
||||||
plugins: [
|
plugins: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user