mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
17 lines
535 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|