Skip to content
Snippets Groups Projects
Commit e8e0b934 authored by Lukas Schneider's avatar Lukas Schneider Committed by Klaus Purer
Browse files

Added config_export to ConfigEntityType annotation

parent af4aa353
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,16 @@ use Drupal\Core\Config\Entity\ConfigEntityBase;
* "label" = "label",
* "status" = "status"
* },
* config_export = {
* "id",
* "label",
* "module",
* "description",
* "tag",
* "core",
* "expression_id",
* "configuration",
* },
* links = {
* "edit-form" = "/admin/config/workflow/rules/components/edit/{rules_component}",
* "delete-form" = "/admin/config/workflow/rules/components/delete/{rules_component}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment