Files
espocrm/schema/metadata/app/hook.json
Yuri Kuznetsov 50a91836e8 schema
2023-05-27 11:44:41 +03:00

17 lines
535 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.espocrm.com/schema/metadata/app/hook.json",
"title": "app/hook",
"description": "Definitions for the Hook framework.",
"type": "object",
"properties": {
"suppressClassNameList": {
"type": "array",
"description": "A list of hook classes that should be ignored. Provides the ability to disable built-in hooks.",
"items": {
"type": "string"
}
}
}
}