mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* schema and configuration improvements * check list search widget * "Clear all" button to reset the list * page size and "show more" for response facet fields * test fixes * fix tests * fix pagination bug (skipCount reseting) * integrate date range picker from #3248 * i18n support for date and number range * some docs for search filter * docs update * docs update * cleanup code as per review
27 lines
609 B
JSON
27 lines
609 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/coverage": true,
|
|
"**/.happypack": true
|
|
},
|
|
"editor.renderIndentGuides": true,
|
|
"markdownlint.config": {
|
|
"MD032": false,
|
|
"MD004": false,
|
|
"MD024": false,
|
|
"MD009": false,
|
|
"MD013": false,
|
|
"MD036": false,
|
|
"MD033" : false,
|
|
"MD031" : false
|
|
},
|
|
"cSpell.words": [
|
|
"mincount",
|
|
"webscript"
|
|
]
|
|
}
|