mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
17 lines
557 B
JSON
17 lines
557 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://www.espocrm.com/schema/metadata/app/massActions.json",
|
|
"title": "app/massActions",
|
|
"description": "Mass Action framework definitions.",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"description": "An action name.",
|
|
"properties": {
|
|
"implementationClassName": {
|
|
"type": "string",
|
|
"description": "An action class. Should implement Espo\\Core\\MassAction\\MassAction."
|
|
}
|
|
}
|
|
}
|
|
}
|