mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01: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 {
|
||||
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: [
|
||||
|
Loading…
Reference in New Issue
Block a user