* add pickable to vs code dictionary * set up types for pickable filters in data sources * pass search pickable filter to search result * apply filter config in document data source example * add pickable filters to custom tree example * Update input-entity-data.context.ts * remove unused * Update types.ts
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"cSpell.words": [
|
|
"backoffice",
|
|
"pickable",
|
|
"Pickable",
|
|
"unprovide",
|
|
"Unproviding"
|
|
],
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.workingDirectories": [
|
|
"./src/Umbraco.Web.UI.Client/",
|
|
"./src/Umbraco.Web.UI.Login/"
|
|
]
|
|
}
|