Skip to content

Commit

Permalink
feat: add SearchCustomization metadata support (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Sep 20, 2024
1 parent a1c8e75 commit f0ee037
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/linters/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"lintstagedrc",
"loglevel",
"lwcc",
"mcarvin",
"mdapi",
"megalinter",
"mehdi",
Expand Down Expand Up @@ -118,6 +119,7 @@
"predicat",
"quotepath",
"recentsha",
"renatoliveira",
"repogitdiff",
"revparse",
"rulesets",
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v61.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"directoryName": "searchCustomizations",
"inFolder": false,
"metaFile": false,
"suffix": "searchCustomization",
"xmlName": "SearchCustomization"
},
{
"directoryName": "featureParameters",
"inFolder": false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v62.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"directoryName": "searchCustomizations",
"inFolder": false,
"metaFile": false,
"suffix": "searchCustomization",
"xmlName": "SearchCustomization"
},
{
"directoryName": "featureParameters",
"inFolder": false,
Expand Down

0 comments on commit f0ee037

Please sign in to comment.