add activity block working

This commit is contained in:
naomi 2022-07-09 14:52:45 +01:00
parent ccbac9473b
commit 95bb467d76
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use Drupal\opencase_entities\Entity\OCActor;
* Provides a Block with some help text about actor type fields
*
* @Block(
* activity_type = "add_activity",
* id = "add_activity",
* admin_label = @Translation("Add Activity"),
* category = @Translation("Opencase"),
* )