Add status and label entity keys

This commit is contained in:
Paul Weidner 2024-01-29 19:17:41 -08:00 committed by Michael Stenta
parent 104885274c
commit a53f2b76e2
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ use Drupal\farm_quick\QuickFormPluginCollection;
* },
* entity_keys = {
* "id" = "id",
* "status" = "status"
* "status" = "status",
* "label" = "label",
* },
* config_export = {
* "id",