Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Mar 22, 2021
1 parent e513614 commit 4db1e0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions lib/core/app-config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@
],
"properties": {
"presets": {
"type": "object",
"description": "Presets for content metadata component",
"patternProperties": {
".*": {
Expand Down Expand Up @@ -1441,6 +1442,7 @@
}
},
"sorting": {
"type" : "object",
"description": "Sorting options and defaults",
"required": [
"options"
Expand Down Expand Up @@ -1480,18 +1482,10 @@
},
"defaults": {
"description": "Predefined sorting to execute by default",
"options": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"required": [
"key",
"label",
"type",
"field",
"ascending"
],
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
Expand All @@ -1509,7 +1503,6 @@
"type": "boolean"
}
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ nx affected:lint --parallel --all --maxParallel=9 && \
npm run lint-e2e && \
npm run stylelint && \
npm run spellcheck && \
npm run license-checker
npm run license-checker && \
npm run validate-config

0 comments on commit 4db1e0d

Please sign in to comment.