schema fix

This commit is contained in:
Yurii
2025-12-12 11:17:07 +02:00
parent 3fe0ba41d7
commit 228a7ad8e4

View File

@@ -45,6 +45,10 @@
"type": "string",
"description": "A record view. Optional. Needed if you defined the URL like #Admin/{myName}. The record view displays settings fields. https://docs.espocrm.com/development/custom-config-parameters/"
},
"view": {
"type": "string",
"description": "A view. Not compatible with `recordView`."
},
"tabQuickSearch": {
"type": "boolean",
"description": "Makes available in the navbar tab quick search. As if v9.0."